Skip to main content

TcxSchedulerCustomRangeControlClientProperties Class

The base class for the range control‘s Scheduler data range selection and visualization model.

Declaration

TcxSchedulerCustomRangeControlClientProperties = class(
    TdxRangeControlCustomDateTimeHeaderClientProperties
)

Remarks

This class implements the functionality required by the Scheduler data range model. In addition to the capabilities provided by the Date/Time Header model, Scheduler provides the client control synchronization functionality and its settings.

Range Control

The TcxSchedulerCustomRangeControlClientProperties class extends its ancestor with members that allow you to:

You do not need to create an instance of the TcxSchedulerCustomRangeControlClientProperties class. Use its descendant instead. For additional information, refer to the Data Range Selection and Visualization Models topic.

See Also