Skip to main content
A newer version of this page is available. .

GridSpinEditColumn.Increment Property

Gets or sets a value by which a cell’s value changes each time the cell’s editor is spun. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public double Increment { get; set; }

Property Value

Type Description
Double

A System.Double value representing the increment for the spin editor.

Remarks

An end-user can increment or decrement the cell’s value by pressing the UP or DOWN ARROW keys or clicking the cell’s spin buttons.

See Also