Skip to main content
All docs
V25.1
  • Tab

    GridColumnNumericRangeSpinEditSettings.MinValue Property

    Specifies the editor’s minimum value.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(typeof(decimal), "0")]
    public decimal MinValue { get; set; }

    Property Value

    Type Default Description
    Decimal "0"

    The minimum value of the spin editor.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to MinValue
    GridDataColumnHeaderFilterSettings
    See Also