RibbonBarGroup

Wisej.Web.Ext.RibbonBar.RibbonBarGroup

Namespace: Wisej.Web.Ext.RibbonBar

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

Represents a group of RibbonBarItem in a RibbonBarPage.

public class RibbonBarGroup : Component

Constructors

Properties

Boolean: Returns or sets whether the items in the RibbonBarGroup can respond to user interaction. (Default: True)

RibbonBarItemCollection: Returns the collection of RibbonBarItem children.

String: Returns or sets the name of the RibbonBarGroup.

RibbonBarPage: Returns the RibbonBarPage that owns this RibbonBarGroup.

RibbonBar: Returns the RibbonBar that contains this RibbonBarGroup;

Boolean: Returns or sets whether the RibbonBarGroup shows the expand button next to the group's title. (Default: False)

String: Returns or sets the title of the RibbonBarGroup. (Default: "")

Boolean: Returns or sets whether the RibbonBarGroup is visible or hidden. (Default: True)

Methods

Updates the component on the client.

Events

EventHandler Fired when the user clicks the RibbonBarGroup button next to the label.

Last updated