TcxSchedulerRangeControlDataDisplayType Enum
Enumerates available event display modes for the range control associated with the TcxScheduler control.
#Declaration
TcxSchedulerRangeControlDataDisplayType = (
ddtAuto,
ddtThumbnail,
ddtNumber
);
#Members
Name |
---|
ddt
|
ddt
|
ddt
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ddt | 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. | |
ddt | The range control displays events only as colored thumbnails, regardless of their combined height (i. | |
ddt | The range control displays events as the event counters, regardless of the combined height of event thumbnail sets (i. |
The TcxSchedulerRangeControlDataDisplayType type is referenced by the DataDisplayType property implemented by the TcxSchedulerCustomRangeControlClientProperties class.