Skip to main content

TcxSchedulerEvent.AllDayEvent Property

Specifies whether the user event is an all-day event (an event that lasts at least 24 hours or longer).

Declaration

property AllDayEvent: Boolean read; write;

Property Value

Type
Boolean

Remarks

If the value of this property is True the user event is an all-day event.

Note

if the value of the AllDayEvent property is True the fractional part (time value) of the Finish and Start properties’ values is ignored.

See Also