RibbonBarPageCollection

Wisej.Web.Ext.RibbonBar.RibbonBarPageCollection

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)

Represents a collection of RibbonBarPage in a RibbonBar control.

public class RibbonBarPageCollection : RibbonBarCollectionBase<, >

Properties

RibbonBarPage: Returns the first RibbonBarPage with the specified name .

Methods

Adds the specified item to the collection.

ParameterTypeDescription

item

The RibbonBarPage to add to the collection.

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

ParameterTypeDescription

index

The position to insert the specified RibbonBarPage at.

item

The RibbonBarPage to insert in the collection.

Last updated