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

TcxCustomGridColumn.FooterAlignmentHorz Property

Specifies the alignment of text in the column’s footer cells.

#Declaration

Delphi
property FooterAlignmentHorz: TAlignment read; write;

#Property Value

Type
TAlignment

#Remarks

Use the FooterAlignmentHorz property to set the alignment of the column footer text. The column footer displays the footer summary result. To set the summary, use the View’s DataController.Summary property. It is also possible to create a summary at design time via the Component Editor.

To display a footer panel, set the View’s OptionsView.Footer property to True.

See Also