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

VirtualTreeSetCellValueInfo.Column Property

Gets the column that contains the cell being currently processed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object that represents the column being currently processed.

See Also