Skip to main content
A newer version of this page is available. .

VirtualTreeGetChildNodesInfo(Object) Constructor

Initializes a new instance of the VirtualTreeGetChildNodesInfo class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

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