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

RibbonBarGroup()

Properties

Enabled

Booleanarrow-up-right: Returns or sets whether the items in the RibbonBarGroup can respond to user interaction. (Default: True)

Items

RibbonBarItemCollection: Returns the collection of RibbonBarItem children.

Name

Stringarrow-up-right: Returns or sets the name of the RibbonBarGroup.

Parent

RibbonBarPage: Returns the RibbonBarPage that owns this RibbonBarGroup.

RibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarGroup;

ShowButton

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

Text

Stringarrow-up-right: Returns or sets the title of the RibbonBarGroup. (Default: "")

Visible

Booleanarrow-up-right: Returns or sets whether the RibbonBarGroup is visible or hidden. (Default: True)

Methods

Update()

Updates the component on the client.

Events

Click

EventHandlerarrow-up-right Fired when the user clicks the RibbonBarGroup button next to the label.

Last updated

Was this helpful?