ClassSparkNodeCollection
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkNodeCollection : IEnumerable
Inheritance: objectSparkNodeCollection
Implements:
Properties
Count
Gets the count of all the items.
Owner
Gets the SparkElement instance that owns this collection.
Methods
GetEnumerator()
Gets the IEnumerator instance that allows for traversing all the items.
Declaration
cs-api-definition
public IEnumerator<SparkNode> GetEnumerator()
Returns
IEnumerator<SparkNode>