RibbonBarGroupCollection
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a collection of RibbonBarGroup in a RibbonBarPage.
- C#
- VB.NET
public class RibbonBarGroupCollection : RibbonBarCollectionBase<, >
Public Class RibbonBarGroupCollection
Inherits RibbonBarCollectionBase(Of , )
Properties
Item(name)
RibbonBarGroup: Returns the first RibbonBarGroup with the specified name .
Methods
Add(item)
Adds the specified item to the collection.
| Parameter | Type | Description |
|---|---|---|
| item | RibbonBarGroup | The RibbonBarGroup to add to the collection. |
Insert(index, item)
Inserts the specified item in the collection at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The position to insert the specified RibbonBarGroup at. |
| item | RibbonBarGroup | The RibbonBarGroup to insert in the collection. |