RibbonBarGroupCollection

Wisej.Web.Ext.RibbonBar.RibbonBarGroupCollection

Namespace: Wisej.Web.Ext.RibbonBar

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

Represents a collection of RibbonBarGroup in a RibbonBarPage.

public class RibbonBarGroupCollection : RibbonBarCollectionBase<, >

Properties

RibbonBarGroup: Returns the first RibbonBarGroup with the specified name .

Methods

Adds the specified item to the collection.

ParameterTypeDescription

item

The RibbonBarGroup to add to the collection.

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

ParameterTypeDescription

index

The position to insert the specified RibbonBarGroup at.

item

The RibbonBarGroup to insert in the collection.

Last updated