Skip to main content
All docs
V25.1
  • Tab

    GridColumnNumericRangeSpinEditSettings.LargeIncrement Property

    Specifies the amount by which the spin editor’s value is changed when a user clicks a large increment/decrement spin button.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(typeof(decimal), "10")]
    public decimal LargeIncrement { get; set; }

    Property Value

    Type Default Description
    Decimal "10"

    The large increment value.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to LargeIncrement
    GridDataColumnHeaderFilterSettings
    .NumericRangeSpinEditSettings .LargeIncrement
    See Also