Back to Devexpress

TcxSchedulerEvent.AllDayEvent Property

vcl-cxschedulerstorage-dot-tcxschedulerevent-b78f897d.md

latest1.1 KB
Original Source

TcxSchedulerEvent.AllDayEvent Property

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

Declaration

delphi
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

omAllDayEvent

TcxSchedulerEvent.Finish

TcxSchedulerEvent.Start

TcxSchedulerEvent Class

TcxSchedulerEvent Members

cxSchedulerStorage Unit