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:
If the Numeric or Date/Time data range model is active, the Style property’s actual type is TdxRangeControlClientStyle;
If the Date/Time Header or Scheduler model is active, the Style property’s actual type is TdxRangeControlDateTimeHeaderClientStyle.
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.