GridSpinEditColumn.Increment Property
In This Article
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
#Property Value
Type | Description |
---|---|
Double | A System. |
#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