Skip to main content

GridSpinEditColumn.MaxValue Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(Infinity, Handler = "UpdateCellsDisplayValue")]
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