Class SparkNodeCollection
Inheritance
System.Object
SparkNodeCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkNodeCollection : IEnumerable<SparkNode>, IEnumerable
Properties
Count
Gets the count of all the items.
Declaration
public int Count { get; }
Property Value
System.Int32
|
Owner
Gets the SparkElement instance that owns this collection.
Declaration
public SparkElement Owner { get; }
Property Value
SparkElement
|
Methods
GetEnumerator()
Gets the System.Collections.IEnumerator instance that allows for traversing all the items.
Declaration
public IEnumerator<SparkNode> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<SparkNode>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()