DataGridViewCellStyle::IsFormatProviderDefault Property
.NET Framework (current version)
Gets a value that indicates whether the FormatProvider property has been set.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the FormatProvider property is the default value; otherwise, false.
Use this property to determine whether the FormatProvider property has been explicitly set without having to store its default value for comparison. This is useful because the FormatProvider property has a non-empty default value, unlike most other DataGridViewCellStyle properties, which have default values such as null, Empty, or NotSet.
.NET Framework
Available since 2.0
Available since 2.0
Show: