Skip to main content

TcxCustomGridTableOptionsCustomize.ItemGrouping Property

Enables runtime grouping of View items.

Declaration

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