Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Item Property, ItemCollectionClass Class

Returns the specified item or cell.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass this[ int ItemIndex ] { get; }
Public Default ReadOnly Property Item( ByVal ItemIndex As Integer ) As ItemClass

The Item property is the indexer of the ItemCollectionClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

Value

The item or cell at the specified zero-based index.

Comments

Returns the specified item or cell.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0