[]
        
(Showing Draft Content)

C1.Win.C1Chart.ActionCollection.Item

this Property

this[string]

Gets the specified Action from the collection by name.

Declaration
public Action this[string name] { get; }
Parameters
Type Name Description
string name
See Also

this[int]

Gets the specified Action from the collection by numeric index.

Declaration
public Action this[int i] { get; }
Parameters
Type Name Description
int i
See Also