DataGridViewCellStyle.IsNullValueDefault Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the NullValue property has been set.
public:
property bool IsNullValueDefault { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsNullValueDefault { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsNullValueDefault : bool
Public ReadOnly Property IsNullValueDefault As Boolean
true
if the value of the NullValue property is the default value; otherwise, false
.
- Attributes
Use this property to determine whether the NullValue property has been explicitly set without having to store its default value for comparison. This is useful because the NullValue property has a non-empty default value, unlike most other DataGridViewCellStyle properties, which have default values such as null
, Empty, or NotSet.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: