Skip to main content

TcxGridColumnSummary.GroupFormat Property

Specifies the format pattern that controls the manner in which a column’s group summary value is displayed in group rows.

Declaration

property GroupFormat: string index 2 read; write;

Property Value

Type
string

Remarks

Refer to the TcxCustomDataSummaryItem.Format property description for the complete format description.

For more information and examples of format strings, see the Creating Summaries topic.

See Also