TcxGridDBTableSummaryItem.DisplayText Property
Specifies the caption of the Group Row drop-down 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.
Use the VisibleForCustomization property to control the visibility of the menu item in this popup menu.
See Also