Indexer (Item property in VB). Gets or sets the item that is located at a specified index of the collection.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
public C1WebToolBarGroup this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As C1WebToolBarGroup |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the item.