TreeListNode.Content Property
In This Article
Gets or sets the node's content.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that specifies the node's content. |
#Remarks
Nodes can be specified by objects of different types. The only requirement is that these data objects should have common fields (columns).
See Also