TcxGridDBTableSummaryItem.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.
Default Value
The VisibleForCustomization
property’s default value is True
.
See Also