Condividi tramite


ListControl.FormatInfo Proprietà

Definizione

Ottiene o imposta l'oggetto IFormatProvider che fornisce un comportamento di formattazione personalizzato.

public:
 property IFormatProvider ^ FormatInfo { IFormatProvider ^ get(); void set(IFormatProvider ^ value); };
[System.ComponentModel.Browsable(false)]
public IFormatProvider FormatInfo { get; set; }
[System.ComponentModel.Browsable(false)]
public IFormatProvider? FormatInfo { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FormatInfo : IFormatProvider with get, set
Public Property FormatInfo As IFormatProvider

Valore della proprietà

Implementazione IFormatProvider che fornisce un comportamento di formattazione personalizzato.

Attributi

Commenti

L'impostazione della FormatInfo proprietà sostituirà il comportamento di formattazione predefinito, che usa l'impostazione CurrentCulture .

Si applica a