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

Boolean: 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

String: 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

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

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

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

Updates the component on the client.
Events
Click

EventHandler Fired when the user clicks the RibbonBarGroup button next to the label.
Last updated
Was this helpful?