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

public class RibbonBarItemCollection : RibbonBarCollectionBase<, >

Properties

RibbonBarItem: Returns the first RibbonBarItem with the specified name .

Methods

Adds the specified item to the collection.

ParameterTypeDescription

item

The RibbonBarItem to add to the collection.

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

ParameterTypeDescription

index

The position to insert the specified RibbonBarItem at.

item

The RibbonBarItem to insert in the collection.

Last updated