Skip to main content

RepositoryItemRangeTrackBar() Constructor

Initializes a new instance of the RepositoryItemRangeTrackBar class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemRangeTrackBar()

Remarks

Generally, you do not need to call this constructor unless you have to create range track bar controls for in-place editing (to be used in the Grid Control or other DevExpress container controls).

See Also