VirtualTreeGetCellValueInfo.Column Property
In This Article
Gets the column that contains the cell currently being processed.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListColumn Column { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also