Skip to main content

TreeListViewHitInfo.Column Property

Gets a column located under the test object.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridColumnBase Column { get; }

Property Value

Type Description
DevExpress.Xpf.Grid.GridColumnBase

A DevExpress.Xpf.Grid.GridColumnBase object that represents the column located under the test object.

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 visual element under the test object, use the TreeListViewHitInfo.HitTest property.

To learn more, see Hit Information.

See Also