Class CheckedItemsCollection
Inheritance
System.Object
CheckedItemsCollection
Namespace: Telerik.XamarinForms.DataControls.TreeView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class CheckedItemsCollection : Object, INotifyCollectionChanged, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Methods
GetEnumerator()
Declaration
public IEnumerator<object> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.Object>
|
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|