DateColumn.MinDate Property
Gets or sets the minimum 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 MinDate { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The date. |