Skip to main content
A newer version of this page is available. .

GridHitInfo.FooterCell Property

Gets or sets an object that contains view information on a footer cell (if the test point belongs to a footer cell).

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public GridFooterCellInfoArgs FooterCell { get; }

Property Value

Type Description
DevExpress.XtraGrid.Drawing.GridFooterCellInfoArgs

A GridFooterCellInfoArgs object that contains information on a footer cell. null if the test point doesn’t belong to a footer cell.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FooterCell property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also