TcxSchedulerEvent.AllDayEvent Property
In This Article
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 All
See Also