DateColumn.IsNullable Property
In This Article
Indicates that the column is bound to the Nullable<DateTime> property.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the column is bound to the Nullable |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
You can bind columns of the DateColumn type to both the DateTime and the Nullable<DateTime> properties. By default, DateColumn expects to be bound to the DateTime property. If you need to bind a DateColumn to the Nullable<DateTime> property, set the IsNullable property to true.
See Also