ZoomTrackBarControl.Properties Property
In This Article
Gets an object which contains properties, methods and events specific to the ZoomTrackBarControl control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemZoomTrackBar Properties { get; }
#Property Value
Type | Description |
---|---|
Repository |
A Repository |
#Remarks
See RepositoryItemZoomTrackBar to learn more.
See Also