Back to Devexpress

omAllDayEvent Constant

vcl-cxschedulerstorage-fe17b757.md

latest1.2 KB
Original Source

omAllDayEvent Constant

Denotes that the user event is an all-day event.

Declaration

delphi
const omAllDayEvent = $0001;

Remarks

Use the omAllDayEvent constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that indicates that the user event is an all-day event (see the TcxSchedulerEvent.AllDayEvent property).

Note

this constant should be only used when persisting user event‘s data in a data store without using the scheduler’s storage.

See Also

omCollapsed

omGroup

omEnabled

omReminder

Handling Raw Data

cxSchedulerStorage Unit