Skip to main content

TcxCustomGridColumn.FooterAlignmentHorz Property

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

Declaration

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