Skip to main content

FilterNumericRangeItem.Min Property

Gets or sets the minimum value 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 decimal? Min { get; set; }

Property Value

Type Description
Nullable<Decimal>

The minimum value.

Remarks

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

See Also