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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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