DateColumn.MaxDate Property
Gets or sets the maximum date that users can assign to the editor. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public DateTime MaxDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime | The date. |
See Also