TcxGridColumnSummary.FooterFormat Property
In This Article
Specifies the format pattern that controls the manner in which a column’s footer summary value is displayed.
#Declaration
Delphi
property FooterFormat: string index 0 read; write;
#Property Value
Type |
---|
string |
#Remarks
Refer to the TcxCustomDataSummaryItem.Format property’s description for the complete format description.
For more information and examples of format strings, see the Creating Summaries topic.
See Also