DataGridViewCellStyle::FormatProvider Property
.NET Framework (current version)
Gets or sets the object used to provide culture-specific formatting of DataGridView cell values.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property IFormatProvider^ FormatProvider { IFormatProvider^ get(); void set(IFormatProvider^ value); }
Property Value
Type: System::IFormatProvider^An IFormatProvider used for cell formatting. The default is CurrentUICulture.
.NET Framework
Available since 2.0
Available since 2.0
Show: