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

TdxRangeControlStyle Class

Stores the data range model-independent appearance settings of the range control.

#Declaration

Delphi
TdxRangeControlStyle = class(
    TdxCustomRangeControlStyle
)

#Remarks

This class does not introduce any new public members. The TdxRangeControlStyle class only publishes certain properties provided by its ancestors. For detailed information on the range control’s appearance settings, refer to the TdxCustomRangeControlStyle class description.

This object is referenced by the range control’s Style property as a TdxCustomRangeControlStyle object.

See Also