Skip to main content

TcxSchedulerOptionsView.EventHeight Property

Specifies the height of the user event‘s rectangle.

Declaration

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