RangeBaseEdit.SmallStep Property
Gets or sets a value by which the editor’s value is changed when using the RangeBaseEdit.DecrementSmall or RangeBaseEdit.IncrementSmall method.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v22.1.dll
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value by which the editor’s value is changed when using the RangeBaseEdit.DecrementSmall or RangeBaseEdit.IncrementSmall method. |
Remarks
The RangeBaseEdit.IncrementSmall method adds the SmallStep property’s value to the RangeBaseEdit.Value. The RangeBaseEdit.DecrementSmall method subtracts this value from the RangeBaseEdit.Value. The editor’s value cannot be set to a value greater than RangeBaseEdit.Maximum and less than RangeBaseEdit.Minimum.
Note
The SmallStep property specifies a value by which the editor’s value is changed when the end-user presses the LEFT ARROW or RIGHT ARROW key.