Back to Devexpress

DateColumn.MaxDate Property

maui-devexpress-dot-maui-dot-datagrid-dot-datecolumn-2c18d40b.md

latest796 B
Original Source

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

csharp
public DateTime MaxDate { get; set; }

Property Value

TypeDescription
DateTime

The date.

|

See Also

DateColumn Class

DateColumn Members

DevExpress.Maui.DataGrid Namespace