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

TcxGridTableOptionsView.Footer Property

Determines whether the footer is displayed.

#Declaration

Delphi
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