NullValueAttribute(Boolean) Constructor
Initializes a new instance of the NullValueAttribute class with the specified Boolean constant.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
attributeValue | Boolean | A Boolean value which is associated with a null value for a property or a field. This value is assigned to the NullValueAttribute.Value property. |
See Also