Skip to main content

TcxCustomDataController.Groups Property

Provides access to data groups in a grid control.

Declaration

property Groups: TcxDataControllerGroups read;

Property Value

Type
TcxDataControllerGroups

Remarks

Use this property to obtain handles/indexes of specific data groups, group data by individual items, and expand/collapse data groups. You can use handles (or indexes) of data groups to access group attributes (summary values, for instance).

See Also