Class
CheckedTreeNodeCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CheckedTreeNodeCollection : IReadOnlyCollection<RadTreeNode>, IEnumerable

Inheritance: objectCheckedTreeNodeCollection

Implements: IEnumerableIReadOnlyCollection<RadTreeNode>

Constructors

CheckedTreeNodeCollection(RadTreeNode)

Declaration

cs-api-definition
public CheckedTreeNodeCollection(RadTreeNode rootNode)

Parameters

rootNode

RadTreeNode

Properties

Count

Gets the count.

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

The count.

Implements IReadOnlyCollection<RadTreeNode>.Count

this[int]

Gets the item at the specified index.

Declaration

cs-api-definition
public RadTreeNode this[int index] { get; }

Parameters

index

int

Property Value

RadTreeNode

Implements IReadOnlyCollection<RadTreeNode>.this[int]

Methods

Contains(RadTreeNode)

Determines whether [contains] [the specified value].

Declaration

cs-api-definition
public bool Contains(RadTreeNode value)

Parameters

value

RadTreeNode

The value.

Returns

bool

true if [contains] [the specified value]; otherwise, false.

Implements IReadOnlyCollection<RadTreeNode>.Contains(RadTreeNode)

CopyTo(RadTreeNode[], int)

Copies to.

Declaration

cs-api-definition
public void CopyTo(RadTreeNode[] array, int index)

Parameters

array

RadTreeNode[]

The array.

index

int

The index.

Implements IReadOnlyCollection<RadTreeNode>.CopyTo(RadTreeNode[], int)

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

int

Returns

RadTreeNode

IndexOf(RadTreeNode)

Indexes the of.

Declaration

cs-api-definition
public int IndexOf(RadTreeNode value)

Parameters

value

RadTreeNode

The value.

Returns

int

Implements IReadOnlyCollection<RadTreeNode>.IndexOf(RadTreeNode)