Back to Devexpress

VirtualTreeSetCellValueInfo.Column Property

windowsforms-devexpress-dot-xtratreelist-dot-virtualtreesetcellvalueinfo-089505e2.md

latest1.3 KB
Original Source

VirtualTreeSetCellValueInfo.Column Property

Gets the column that contains the cell being currently processed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListColumn Column { get; }
vb
Public ReadOnly Property Column As TreeListColumn

Property Value

TypeDescription
TreeListColumn

A TreeListColumn object that represents the column being currently processed.

|

See Also

VirtualTreeSetCellValueInfo Class

VirtualTreeSetCellValueInfo Members

DevExpress.XtraTreeList Namespace