Class
SparkNodeCollection

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparkNodeCollection : IEnumerable

Inheritance: objectSparkNodeCollection

Implements: IEnumerable

Properties

Count

Gets the count of all the items.

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

Owner

Gets the SparkElement instance that owns this collection.

Declaration

cs-api-definition
public SparkElement Owner { get; }

Property Value

SparkElement

Methods

GetEnumerator()

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

Declaration

cs-api-definition
public IEnumerator<SparkNode> GetEnumerator()

Returns

IEnumerator<SparkNode>

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