TdxRangeControlCustomDateTimeClientProperties Properties
The base class for all classes that implement date/time range selection and visualization models employed by the range control.| Name | Description |
|---|---|
| ActualPrimaryScale protected | Returns the date/time scale instance used as the primary scale on the range control‘s ruler provided by the date/time header client. |
| MaxValue | Specifies the highest selectable value within the range control. Inherited from TdxRangeControlCustomClientProperties. |
| MinValue | Specifies the lowest selectable value within the range control. Inherited from TdxRangeControlCustomClientProperties. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| PrimaryScale protected | Specifies the primary scale on the range control‘s ruler provided by the date/time header client. |
| ScaleInterval protected | Specifies the interval between scale tickmarks on the range control‘s ruler. Inherited from TdxRangeControlCustomClientProperties. |
| ScaleIntervalMinWidth | Inherited from TdxRangeControlCustomClientProperties. |
| Scales | Provides access to all scales that can be displayed on the range control‘s ruler provided by a date/time client. |
| Style | Provides access to the appearance settings of the range control’s UI elements displayed by the data range selection and visualization model. Inherited from TdxRangeControlCustomClientProperties. |
See Also