Back to Devexpress

TcxGridFooterCellViewInfo Class

vcl-cxgridtableview-ba7ef954.md

latest1.8 KB
Original Source

TcxGridFooterCellViewInfo Class

Stores ViewInfo information for drawing footer cells.

Declaration

delphi
TcxGridFooterCellViewInfo = class(
    TcxGridColumnHeaderViewInfo,
    IdxAutomationElement
)

Remarks

Footer cells are designed to display footer summaries for corresponding columns. Footer summaries are stored in the View’s DataController.Summary.FooterSummaryItems collection. The SummaryItem property of the TcxGridFooterCellViewInfo object references the summary item displayed by the footer cell.

A TcxGridFooterCellViewInfo object is passed as the AViewInfo parameter to the View’s OnCustomDrawFooterCell event. This event allows you to custom draw all footer and group footer cells in a tabular View. Alternatively, you can handle a column’s OnCustomDrawFooterCell event to custom draw a footer cell for this column.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxGridColumnHeaderViewInfo TcxGridFooterCellViewInfo

See Also

TcxGridFooterCellViewInfo Members

cxGridTableView Unit