Skip to main content

TcxSchedulerRangeControlDataDisplayType Enum

Enumerates available event display modes for the range control associated with the TcxScheduler control.

Declaration

TcxSchedulerRangeControlDataDisplayType = (
    ddtAuto,
    ddtThumbnail,
    ddtNumber
);

Members

Name
ddtAuto
ddtThumbnail
ddtNumber

Remarks

Options include:

Value

Description

Example

ddtAuto

Depending on the event thumbnail combined height within a scale cell corresponding to the minimum time interval on the ruler, the range control displays events either as colored thumbnails (if the thumbnail set fits into a scale cell vertically) or as event counters. If a scale cell cannot fit in the thumbnail set or the corresponding event counter, the whole number of thumbnails that fits is displayed.

Note that you can fit more thumbnails by decreasing their height, if necessary.

ddtThumbnail

The range control displays events only as colored thumbnails, regardless of their combined height (i.e., the height and count per interval) within a particular minimum time interval.

ddtNumber

The range control displays events as the event counters, regardless of the combined height of event thumbnail sets (i.e., the height and count per interval) within a particular minimum time interval. However, if the event counter does not fit into a particular scale cell with the current font settings, a set of thumbnails is displayed instead.

The TcxSchedulerRangeControlDataDisplayType type is referenced by the DataDisplayType property implemented by the TcxSchedulerCustomRangeControlClientProperties class.

See Also