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

VirtualTreeGetCellValueInfo.Column Property

Gets the column that contains the cell currently being processed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object that represents the column currently being processed.

See Also