Skip to main content

TdxCustomRangeControl.ClientPropertiesClass Property

Specifies the data range selection and visualization model by its class-reference.

Declaration

property ClientPropertiesClass: TdxRangeControlClientPropertiesClass read; write;

Property Value

Type
TdxRangeControlClientPropertiesClass

Remarks

You can use this property to assign or change the current data range selection and visualization model by assigning a class-reference to another TdxRangeControlCustomClientProperties class descendant:

//...
uses
  dxRangeControl;
//...
  dxRangeControl1.ClientPropertiesClass := TdxRangeControlDateTimeClientProperties;  // Display a single date/time scale on the range control's ruler

For the full list of data range selection and visualization models supported by the range control, refer to the ClientProperties property description.

See Also