FilterDateRangeItem.Min Property
Gets or sets the minimum 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? Min { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Date |
The minimum date. |
#Remarks
If the Min property value is set to null
, the property value is set to the minimum date that is available in the bound data source.