Back to Devexpress

TcxSchedulerDBStorageFieldNames.GroupID Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-ddaba5bc.md

latest1.0 KB
Original Source

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

TypeDescription
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

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit