Class TabbedGroupsCollection
Inheritance
System.Object
TabbedGroupsCollection
Assembly: Syncfusion.Tools.Windows.dll
public class TabbedGroupsCollection : ArrayListExt
Properties
Declaration
public TabbedGroup this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public TabbedGroup this[string groupName] { get; }
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Property Value
Methods
Declaration
protected override void AddHandlers(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Overrides
Indicates whether the specified group name is unique.
Declaration
public bool IsUniqueName(string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Returns
Declaration
protected override void ReleaseHandler(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Overrides