Skip to main content

RibbonBarGroupCollection

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a collection of RibbonBarGroup in a RibbonBarPage.

public class RibbonBarGroupCollection : RibbonBarCollectionBase<, >

Properties

Instance memberItem(name)

RibbonBarGroup: Returns the first RibbonBarGroup with the specified name .

Methods

Instance memberAdd(item)

Adds the specified item to the collection.

ParameterTypeDescription
itemRibbonBarGroupThe RibbonBarGroup to add to the collection.

Instance memberInsert(index, item)

Inserts the specified item in the collection at the specified index.

ParameterTypeDescription
indexInt32The position to insert the specified RibbonBarGroup at.
itemRibbonBarGroupThe RibbonBarGroup to insert in the collection.