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

TcxSchedulerDBStorageFieldNames.GroupID Property

Maps the GroupID property of all user events to a dataset field.

#Declaration

Delphi
property GroupID: TcxFieldName index 22 read; write;

#Property Value

Type Description
TcxFieldName

The name of the dataset field that stores event group identifiers as integer values.

#Remarks

Use the GroupID property to store event group identifiers in a dataset field.

Note

Map the GroupID property to an integer dataset field to improve performance.

The GroupID property’s default value is an empty string.

See Also