Wimark.Controls Class Library  

DataGridViewStyle.FormatProvider Property

Gets or sets the object used to provide culture-specific formatting of DataGridView cell values.

[Visual Basic]
Public Property FormatProvider As IFormatProvider 
[C#]
public IFormatProvider FormatProvider {get; set;}
[C++]
public: __property IFormatProvider* get_FormatProvider();
public: __property void set_FormatProvider(IFormatProvider*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView