Skip to main content

RibbonBarItemCollection

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a collection of RibbonBarItem in a RibbonBarGroup

public class RibbonBarItemCollection : RibbonBarCollectionBase<, >

Properties

Instance memberItem(name)

RibbonBarItem: Returns the first RibbonBarItem with the specified name .

Methods

Instance memberAdd(item)

Adds the specified item to the collection.

ParameterTypeDescription
itemRibbonBarItemThe RibbonBarItem 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 RibbonBarItem at.
itemRibbonBarItemThe RibbonBarItem to insert in the collection.