ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ActionCollection.Item Property (Int32)

Gets the specified Action from the collection by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal i As Integer _

) As Action

[C#]

public Action this[

int i

] {get;}

[Delphi]

public property Item[

i: Int32

]: Action read get_Item;

See Also

ActionCollection Class | ActionCollection Members | C1.Win.C1Chart Namespace | ActionCollection.Item Overload List | ActionCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.