VirtualTreeGetCellValueInfo(Object, TreeListColumn) Constructor
Initializes a new instance of the VirtualTreeGetCellValueInfo class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | Object | A business object to be processed. This value is assigned to the VirtualTreeGetCellValueInfo.Node property. |
column | TreeListColumn | A TreeListColumn object that represents the currently processed column. This value is assigned to the VirtualTreeGetCellValueInfo.Column property. |
See Also