Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTrackBarProperties Class

Represents the class containing track bar editor specific settings.

#Declaration

Delphi
TcxTrackBarProperties = class(
    TcxCustomTrackBarProperties
)

#Remarks

The TcxTrackBarProperties object can be accessed using the Properties property of the track bar editor. This object declares the properties representing settings specific to track bar editors. These settings allow you to customize the styles of the elements comprising the control, its orientation, the layout of tick marks, etc. Also, it provides access to the OnChange event used to respond to changes in the thumb’s position.

All the TcxTrackBarProperties object’s functionality is implemented by its ancestor – the TcxCustomTrackBarProperties class. The descendant simply publishes some properties and events.

See Also