RangeBaseEdit.LargeStep Property
In This Article
Gets or sets a value by which the editor's value is changed when using the RangeBaseEdit.DecrementLarge or RangeBaseEdit.IncrementLarge 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.IncrementLarge method adds the LargeStep property's value to the RangeBaseEdit.Value. The RangeBaseEdit.DecrementLarge 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