Back to Devexpress

VirtualTreeGetCellValueInfo.Column Property

windowsforms-devexpress-dot-xtratreelist-dot-virtualtreegetcellvalueinfo-649e5086.md

latest1.3 KB
Original Source

VirtualTreeGetCellValueInfo.Column Property

Gets the column that contains the cell currently being 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 currently being processed.

|

See Also

VirtualTreeGetCellValueInfo Class

VirtualTreeGetCellValueInfo Members

DevExpress.XtraTreeList Namespace