Class TabGroupItemsList
The TabGroupItemsList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabGroupItemsList : ArrayListExt
Constructors
TabGroupItemsList()
Declaration
public TabGroupItemsList()
Properties
Item[Int32]
Gets/Sets the TabGroupItem index.
Declaration
public TabGroupItem this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The index value. |
Property Value
| Type |
|---|
| TabGroupItem |