Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.MaxValue Property

Specifies the editor’s maximum value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Decimal "0"

The maximum value of the spin editor.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxValue
GridDataColumnHeaderFilterSettings
See Also