TcxGridTableSummaryItem.DisplayText Property
In This Article
Specifies the caption of the Group Row Popup Menu item associated with the summary.
#Declaration
Delphi
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.
Use the VisibleForCustomization property to control the visibility of the menu item in this popup menu.
See Also