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

TcxCustomDataController.Groups Property

Provides access to data groups in a grid control.

#Declaration

Delphi
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