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
public DateTime? Max { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Date |
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.