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
#Parameters
Name | Type | Description |
---|---|---|
content | Object | An object that specifies the node's content. This value is assigned to the Tree |
See Also