RangeBaseEdit.SmallStep Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value by which the editor's value is changed when using the Range |
#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.
See Also