DateColumn.IsNullable Property
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<DateTime> property; otherwise, false. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
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