Skip to main content

RibbonBarPageCollection

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a collection of RibbonBarPage in a RibbonBar control.

public class RibbonBarPageCollection : RibbonBarCollectionBase<, >

Properties

Instance memberItem(name)

RibbonBarPage: Returns the first RibbonBarPage with the specified name .

Methods

Instance memberAdd(item)

Adds the specified item to the collection.

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