Skip to main content

TcxGridTableSummaryItem.VisibleForCustomization Property

Specifies whether the menu item associated with the summary will be included into the Group Row Popup Menu.

Declaration

property VisibleForCustomization: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

This property is effective for group summaries only.

To specify the caption for this item, use the DisplayText property.

The default value of the VisibleForCustomization property is True.

See Also