Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CheckedTreeNodeCollection : IReadOnlyCollection<RadTreeNode>, IEnumerable
Inheritance: objectCheckedTreeNodeCollection
Implements:
Constructors
Properties
Gets the item at the specified index.
Methods
Determines whether [contains] [the specified value].
C#
public bool Contains(RadTreeNode value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Implements:
Copies to.
C#
public void CopyTo(RadTreeNode[] array, int index)
The array.
indexintThe index.
Implements:
Indexes the of.