RibbonBarItemCollection
Wisej.Web.Ext.RibbonBar.RibbonBarItemCollection
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
Represents a collection of RibbonBarItem in a RibbonBarGroup
Properties
RibbonBarItem: Returns the first RibbonBarItem with the specified name .
Methods
Adds the specified item to the collection.
Parameter | Type | Description |
---|---|---|
item | The RibbonBarItem to add to the collection. |
Inserts the specified item in the collection at the specified index.
Parameter | Type | Description |
---|---|---|
index | The position to insert the specified RibbonBarItem at. | |
item | The RibbonBarItem to insert in the collection. |
Last updated