DataGridViewCellStyle::FormatProvider Property

 

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

Namespace:   System.Windows.Forms
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
Return to top
Show: