TreeNodeStyleCollection.Item Property
.NET Framework 3.0
Gets or sets the TreeNodeStyle object at the specified index in the TreeNodeStyleCollection object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property TreeNodeStyle^ default [int] { TreeNodeStyle^ get (int i); void set (int i, TreeNodeStyle^ value); }
/** @property */ public TreeNodeStyle get_Item (int i) /** @property */ public void set_Item (int i, TreeNodeStyle value)
Not applicable.
Parameters
- i
The zero-based index of the TreeNodeStyle to retrieve.
Property Value
The TreeNodeStyle at the specified index in the TreeNodeStyleCollection.Community Additions
ADD
Show: