Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomRangeControlClientProperties Class

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

#Declaration

Delphi
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.

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