Skip to main content

VirtualTreeSetCellValueInfo.Column Property

Gets the column that contains the cell being currently processed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object that represents the column being currently processed.

See Also