RepositoryItemRangeTrackBar.LargeChange Property
Gets or sets a value by which the position of the left or right slider changes when the user presses the PageUp
or PageDown
key or the MoveLargeLeft() / MoveLargeRight() method is called.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An integer value. |
See Also