Skip to main content

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.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

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