Skip to main content

VirtualTreeGetChildNodesInfo(Object) Constructor

Initializes a new instance of the VirtualTreeGetChildNodesInfo class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public VirtualTreeGetChildNodesInfo(
    object node
)

Parameters

Name Type Description
node Object

A business object to be processed. This value is assigned to the VirtualTreeGetChildNodesInfo.Node property.

See Also