Skip to main content

TcxGridGroupRow.DisplayText Property

Gets the text displayed in the current group row.

Declaration

property DisplayText: string read;

Property Value

Type
string

Remarks

The DisplayText property returns the text displayed in the group row. This text identifies a group column value and group summaries, if any. To get the value of the group column alone, see the Value property.

The next image shows data grouped by the PurchaseDate column. The two group rows display the value of the group column and the summary calculating the number of records within a group.

For the first group row, the DisplayText property returns the ‘PurchaseDate : 3/28/2002 (COUNT=4)’ string while the Value property returns 3/28/2002 in TDateTime format.

See Also