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

TcxCustomTrackBarProperties Class

Contains track bar properties.

#Declaration

Delphi
TcxCustomTrackBarProperties = class(
    TcxCustomEditProperties
)

#Remarks

This class is the base class for the TcxTrackBarProperties class. The latter can be accessed via the Properties property of the TcxTrackBar control. It holds settings specific to the track bar editor. These properties control the appearance and behavior of the control. They allow you to set the maximum and minimum allowed values, the colors of elements within the control, the layout of the scale, etc. It also provides the OnChange event and this can be handled in response to edit value changes.

The TcxCustomTrackBarProperties class implements all the functionality needed by its descendant. The derived TcxTrackBarProperties class simply publishes some properties and the one event.

See Also