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.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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