RadControls for WPF

Represents a relation used in a tree list. The data source is generated using the ItemSource binding of the parent TreeListViewTableDefinition.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public class TreeListRelation : RelationBase
Visual Basic
Public Class TreeListRelation _
	Inherits RelationBase

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Data..::..RelationBase
    Telerik.Windows.Controls..::..TreeListViewTableDefinition..::..TreeListRelation

See Also