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

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

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.

See Also