Skip to main content
All docs
V25.1
  • FilterNumericRangeItemBase.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 Min 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