ClassCheckedTreeNodeCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CheckedTreeNodeCollection : IReadOnlyCollection<RadTreeNode>, IEnumerable
Inheritance: objectCheckedTreeNodeCollection
Implements:
Constructors
CheckedTreeNodeCollection(RadTreeNode)
Declaration
cs-api-definition
public CheckedTreeNodeCollection(RadTreeNode rootNode)
Parameters
rootNode
Properties
Count
Gets the count.
this[int]
Gets the item at the specified index.
Declaration
cs-api-definition
public RadTreeNode this[int index] { get; }
Parameters
index
Property Value
Implements
Methods
Contains(RadTreeNode)
Determines whether [contains] [the specified value].
Declaration
cs-api-definition
public bool Contains(RadTreeNode value)
Parameters
value
The value.
Returns
true if [contains] [the specified value]; otherwise, false.
Implements
CopyTo(RadTreeNode[], int)
Copies to.
Declaration
cs-api-definition
public void CopyTo(RadTreeNode[] array, int index)
Parameters
array
The array.
index
The index.
Implements
GetEnumerator()
Declaration
cs-api-definition
public IEnumerator<RadTreeNode> GetEnumerator()
Returns
IEnumerator<RadTreeNode>
GetNodeByIndex(int)
Declaration
cs-api-definition
protected virtual RadTreeNode GetNodeByIndex(int index)
Parameters
index
Returns
IndexOf(RadTreeNode)
Indexes the of.
Declaration
cs-api-definition
public int IndexOf(RadTreeNode value)
Parameters
value
The value.
Returns
Implements