ClassTreeNodeProvider
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class TreeNodeProvider : IDisposable
Inheritance: objectTreeNodeProvider
Implements:
Constructors
TreeNodeProvider(RadTreeViewElement)
Declaration
public TreeNodeProvider(RadTreeViewElement treeView)
Parameters
treeView
Properties
IsSuspended
Gets a value indicating whether this instance is suspended.
Declaration
public bool IsSuspended { get; }
Property Value
true if this instance is suspended; otherwise, false.
ReflectInnerObjectRelationChanges
Gets or sets a value indicating weather the changes in the child collections in Object Relational Binding mode will be reflected automatically.
Declaration
public bool ReflectInnerObjectRelationChanges { get; set; }
Property Value
TreeView
Gets the tree view.
Declaration
public RadTreeViewElement TreeView { get; }
Property Value
The tree view.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public virtual void Dispose()
Implements
GetNodes(RadTreeNode)
Gets the nodes.
Declaration
public abstract IList<RadTreeNode> GetNodes(RadTreeNode parent)
Parameters
parent
Returns
IList<RadTreeNode>
SetCurrent(RadTreeNode)
Sets the current.
Declaration
public virtual void SetCurrent(RadTreeNode node)
Parameters
node
The node.
SuspendUpdate()
Suspends the update.
Declaration
public virtual void SuspendUpdate()