New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SparkNodeCollection : IEnumerable

Inheritance: objectSparkNodeCollection

Implements: IEnumerable

Properties

Gets the count of all the items.

C#
public int Count { get; }

Gets the SparkElement instance that owns this collection.

C#
public SparkElement Owner { get; }

Methods

Gets the IEnumerator instance that allows for traversing all the items.

C#
public IEnumerator<SparkNode> GetEnumerator()
Returns:

IEnumerator<SparkNode>

In this article
DefinitionPropertiesCountOwnerMethodsGetEnumerator()
Not finding the help you need?
Contact Support