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

TdxRangeControlCustomClientProperties.Style Property

Provides access to the appearance settings of the range control’s UI elements displayed by the data range selection and visualization model.

#Declaration

Delphi
property Style: TdxRangeControlCustomClientStyle read; write;

#Property Value

Type
TdxRangeControlCustomClientStyle

#Remarks

For detailed information on available appearance settings, refer to the description of the TdxRangeControlCustomClientStyle class and its descendants, depending on the data range model, currently employed by the range control:

To access model-specific appearance settings, you need to cast the Style property value to one of the aforementioned types, depending on the actual data range model employed by the range control.

See Also