Class TreeNodeProvider
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class TreeNodeProvider : IDisposable
Constructors
TreeNodeProvider(RadTreeViewElement)
Declaration
public TreeNodeProvider(RadTreeViewElement treeView)
Parameters
|
RadTreeViewElement
treeView
|
Properties
IsSuspended
Gets a value indicating whether this instance is suspended.
Declaration
public bool IsSuspended { get; }
Property Value
|
System.Boolean
|
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
|
System.Boolean
|
TreeView
Gets the tree view.
Declaration
public RadTreeViewElement TreeView { get; }
Property Value
|
RadTreeViewElement
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
|
RadTreeNode
parent
|
Returns
|
System.Collections.Generic.IList<RadTreeNode>
|
Reset()
Resets this instance.
Declaration
public virtual void Reset()
ResumeUpdate()
Resumes the update.
Declaration
public virtual void ResumeUpdate()
SetCurrent(RadTreeNode)
Sets the current.
Declaration
public virtual void SetCurrent(RadTreeNode node)
Parameters
|
RadTreeNode
node
The node. |
SuspendUpdate()
Suspends the update.
Declaration
public virtual void SuspendUpdate()