GridViewHitInfoBase.Column Property
In This Article
Gets a column located under the test object.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the Column property to obtain the column whose element (cell, header, etc.) is under the test object. If the test object belongs to a visual element that does not belong to any column, the Column property returns null (Nothing in Visual Basic).
To identify the type of a visual element that is under the test object, use the TableViewHitInfo.HitTest property.
To learn more, see Hit Information.
See Also