Skip to main content
A newer version of this page is available. .

RepositoryItemTrackBar() Constructor

Initializes a new instance of the RepositoryItemTrackBar class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public RepositoryItemTrackBar()

Remarks

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

See Also