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.DataDisplayType Property

Specifies how scheduled events are displayed within the range control‘s content area.

#Declaration

Delphi
property DataDisplayType: TcxSchedulerRangeControlDataDisplayType read; write; default ddtAuto;

#Property Value

Type Default
TcxSchedulerRangeControlDataDisplayType ddtAuto

#Remarks

The range control shows its client‘s events scheduled for a minimum time range within the corresponding scale cell. Each scale cell corresponds to a minimum selectable time range equal to the primary scale‘s measurement unit. Depending on the DataDisplayType property value, the range control displays scheduled events:

  • As a set of colored thumbnails or as an event counter depending on the current thumbnail height, the range control’s dimensions and the scheduled events count within a particular scale cell (ddtAuto);

  • Only as sets of colored thumbnails within each visible scale cell. If a set of thumbnails does not fit into a particular scale cell vertically, only the completely displayed thumbnails are visible (ddtThumbnail);

  • As event counters within each visible scale cell. A set of thumbnails is displayed instead of an event counter only if it does not fit into a cell with the current font settings (ddtNumber).

For detailed information on event display modes currently supported by the Scheduler data range model, refer to the TcxSchedulerRangeControlDataDisplayType type description.

The default value of the DataDisplayType property is ddtAuto.

See Also