ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ActionCollection.Item Property (String)

Gets the specified Action from the collection by name.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As Action

[C#]

public Action this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: 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.