Skip to main content

RibbonBarGroup

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a group of RibbonBarItem in a RibbonBarPage.

public class RibbonBarGroup : Component

Constructors

Instance memberRibbonBarGroup()

Properties

Instance memberEnabled

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

Instance memberItems

RibbonBarItemCollection: Returns the collection of RibbonBarItem children.

Instance memberName

String: Returns or sets the name of the RibbonBarGroup.

Instance memberParent

RibbonBarPage: Returns the RibbonBarPage that owns this RibbonBarGroup.

Instance memberRibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarGroup;

Instance memberShowButton

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

Instance memberText

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

Instance memberVisible

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

Methods

Instance memberUpdate()

Updates the component on the client.

Events

Instance memberClick

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