Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableSummaryItem.DisplayText Property

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