Back to Devexpress

TcxGridRowFooterCellViewInfo Class

vcl-cxgridtableview-29e39a4e.md

latest2.1 KB
Original Source

TcxGridRowFooterCellViewInfo Class

Contains ViewInfo information required to draw group footer cells in Table and Banded Table grid Views.

Declaration

delphi
TcxGridRowFooterCellViewInfo = class(
    TcxGridFooterCellViewInfo
)

Remarks

Group footer cells are designed to display group summaries for corresponding columns. Group summaries are stored in the View’s DataController.Summar.DefaultGroupSummaryItems collection. The SummaryItem property of the TcxGridRowFooterCellViewInfo object references the summary item displayed by the group footer cell.

A TcxGridRowFooterCellViewInfo 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 Table or Banded Table grid View. Alternatively, you can handle a column’s OnCustomDrawFooterCell event to perform custom draw a group footer cell for this column.

You should not create instances of ViewInfo classes. They are created automatically on demand.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxGridColumnHeaderViewInfo TcxGridFooterCellViewInfo TcxGridRowFooterCellViewInfo

See Also

TcxGridRowFooterCellViewInfo Members

cxGridTableView Unit