Skip to main content
A newer version of this page is available. .

TcxGridTableSummaryItem.DisplayText Property

Specifies the caption of the Group Row Popup Menu item associated with the summary.

Declaration

property DisplayText: string read; write;

Property Value

Type
string

Remarks

This property is effective for group summaries only.

If this property is assigned an empty string, the item’s caption is determined automatically using the cxSGridSortBySummary resource string as a format pattern. Refer to the corresponding section in the cxGridPopupMenu: Resource Strings topic for detailed information on this resource string.

Use the VisibleForCustomization property to control the visibility of the menu item in this popup menu.

See Also