Skip to main content

VirtualTreeGetCellValueInfo(Object, TreeListColumn) Constructor

Initializes a new instance of the VirtualTreeGetCellValueInfo class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public VirtualTreeGetCellValueInfo(
    object node,
    TreeListColumn column
)

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