Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(5)]
[DXCategory("Behavior")]
public int LargeChange { get; set; }

Property Value

Type Default Description
Int32 5

An integer value.

See Also