Back to Devexpress

FilterDateRangeItem.Max Property

maui-devexpress-dot-maui-dot-editors-dot-filterdaterangeitem-85eb52d3.md

latest1.0 KB
Original Source

FilterDateRangeItem.Max Property

Gets or sets the maximum date that users can specify in the filter. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DateTime? Max { get; set; }

Property Value

TypeDescription
Nullable<DateTime>

The maximum date.

|

Remarks

If the Max property value is set to null, the property value is set to the maximum date that is available in the bound data source.

See Also

FilterDateRangeItem Class

FilterDateRangeItem Members

DevExpress.Maui.Editors Namespace