[]
        
(Showing Draft Content)

C1.Win.C1Chart.ActionCollection

ActionCollection Class

Represents the collection of action objects.

Inheritance
ActionCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class ActionCollection : ReadOnlyCollectionBase, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the specified Action from the collection by numeric index.

this[string]

Gets the specified Action from the collection by name.

Methods

Name Description
Contains(Action)

Determines whether the specified Action exists in the collection.

CopyTo(Action[], int)

Copies the collection of Actions beginning with the specified index to the specified array of Action objects.

IndexOf(Action)

Gets the current index of the specified Action in the collection.