Skip to main content

TcxGridColumnStyles.Footer Property

Specifies the style for the footer region of a column.

Declaration

property Footer: TcxStyle index isFooter read; write;

Property Value

Type
TcxStyle

Remarks

Use the Footer property to set the style for a footer region of a column. The footer region is used to display a summary result calculated on the column.

You can set the style of a footer panel for all columns within a View via the View’s Styles.Footer property.

To provide individual styles for specific records, handle a column’s Styles.OnGetFooterStyle event.

See Also