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

TrackBarControl.Properties Property

Gets an object which contains properties, methods and events specific to track bars.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemTrackBar Properties { get; }

Property Value

Type Description
RepositoryItemTrackBar

A RepositoryItemTrackBar object that contains track bar settings.

Remarks

See RepositoryItemTrackBar to learn more.

See Also