Interface IHierarchicalCollectionAdapter<T>
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IHierarchicalCollectionAdapter<T> : INotifyCollectionChanged, INotifyPropertyChanged
Type Parameters
T
|
Properties
Count
Declaration
int Count { get; }
Property Value
System.
|
Item[Int32]
Declaration
T this[int index] { get; }
Parameters
System.
|
Property Value
T
|
Methods
GetItemWrapperByItemKey(Object)
Declaration
T GetItemWrapperByItemKey(object key)
Parameters
System.
|
Returns
T
|
TakeBetween(Int32, Int32)
Declaration
IEnumerable<T> TakeBetween(int startIndex, int endIndex)
Parameters
System.
|
System.
|
Returns
System.
|