Skip to main content

TcxGridTableOptionsView.Footer Property

Determines whether the footer is displayed.

Declaration

property Footer: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Footer property to True to display a footer row at the bottom of the View. The Footer panel is the area used for displaying footer summaries. A user can set up summaries using the View’s DataController.Summary property or the column’s Summary property. For more information about summaries see the Creating Summaries topic.

The default value of the Footer property is False.

See Also