Class ElementCollection<T>
Inheritance
System.Object
ElementCollection<T>
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ElementCollection<T> : Collection<T> where T : Node
Type Parameters
T
|
Constructors
ElementCollection(Element)
Properties
ShouldCacheIndexes
Declaration
protected virtual bool ShouldCacheIndexes { get; }
Property Value
System.
|
Methods
ClearItems()
Declaration
protected override void ClearItems()
InsertItem(Int32, T)
Declaration
protected override void InsertItem(int index, T item)
Parameters
System.
|
T
item
|
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.
|