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

TcxCustomGridTableOptionsCustomize.ItemGrouping Property

Enables runtime grouping of View items.

#Declaration

Delphi
property ItemGrouping: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use this property to enable or disable runtime grouping for the View’s items. This property determines whether an end-user can group the View via the required item values. Even when this property value is False, grouping can still be performed via code. Runtime grouping can also be disabled if the ItemMoving property value is False.

The default value of the ItemGrouping property is True.

See Also