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

TcxSchedulerOptionsView.EventHeight Property

Specifies the height of the user event‘s rectangle.

#Declaration

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

#Property Value

Type Default
Integer 0

#Remarks

The rectangle’s minimum height is limited by the current size of the font used for the user event’s subject text (see the TcxSchedulerEvent.Caption property). If the rectangle’s height is set to less than the current font size then the scheduler will be forced to increase the rectangle’s height to correctly display the user event’s caption.

As for the user event’s icons they will be always clipped if their height is greater than the rectangle’s height.

If the EventHeight property value is 0 then the height of the user event’s rectangle is calculated automatically.

The default value of the EventHeight property is 0.

See Also