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

LayoutViewHitInfo.Column Property

Gets a column object located under the test point.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridColumn Column { get; set; }

Property Value

Type Description
GridColumn

A GridColumn object that contains the test point. null (Nothing in Visual Basic) if the test point is over a visual element that does not belong to any column.

Remarks

Use the Column property to obtain the column whose element is under the test point. To determine the type of visual element under the test point, read the LayoutViewHitInfo.HitTest property’s value.

See Also