Skip to main content

GridSpinEditColumn.MaxValue Property

Gets or sets the maximum allowed value. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double MaxValue { get; set; }

Property Value

Type Description
Double

A System.Double value that specifies the maximum allowed value.

Remarks

The minimum allowed value is specified by the GridSpinEditColumn.MinValue property.

See Also