Skip to main content

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

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