DataGridViewCellStyle.IsFormatProviderDefault Property

Definition

Gets a value that indicates whether the FormatProvider property has been set.

public:
 property bool IsFormatProviderDefault { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsFormatProviderDefault { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFormatProviderDefault : bool
Public ReadOnly Property IsFormatProviderDefault As Boolean

Property Value

true if the FormatProvider property is the default value; otherwise, false.

Attributes

Remarks

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.

Applies to

See also