Skip to main content

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.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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 snippet (auto-collected from DevExpress Examples) contains a reference 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