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

TreeListRowData Class

Contains information about a node.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public class TreeListRowData :
    RowData

Remarks

A TreeListRowData object contains information about a node and serves as a data context (binding source) for the following templates: TreeListView.DataRowTemplate and TreeListView.PrintRowTemplate.

Inheritance

Object
DispatcherObject
DependencyObject
DataObjectBase
RowDataBase
DevExpress.Xpf.Grid.ColumnsRowDataBase
RowData
TreeListRowData
See Also