Skip to main content

TreeListNode.Content Property

Gets or sets the node's content.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public object Content { get; set; }

#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