Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

omCollapsed Constant

In This Article

Denotes the predecessor task’s expand status.

#Declaration

Delphi
const omCollapsed = $0008;

#Remarks

Use the omCollapsed constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that specifies the predecessor task’s expand status (see the TcxSchedulerEventLinks.Expanded property).

Note

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

See Also