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.v19.1.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.

See Also