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

Specifies the height (in pixels) of event thumbnails displayed in the range control‘s scale cells.

#Declaration

Delphi
property ThumbnailHeight: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#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. The number of event thumbnails fitting into a particular scale cell depends on the thumbnail height specified by the ThumbnailHeight property, provided that any thumbnails are displayed, depending on the DataDisplayType property value, the range control’s current dimensions and the number of scheduled events within a particular scale cell.

If the ThumbnailHeight property is set to 0, the actual thumbnail height is 7 pixels.

The default value of the ThumbnailHeight property is 0.

See Also