Skip to main content

TreeListNode(Object) Constructor

In This Article

Initializes a new instance of the TreeListNode class with the specified content.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListNode(
    object content
)

#Parameters

Name Type Description
content Object

An object that specifies the node's content. This value is assigned to the TreeListNode.Content property.

See Also