Skip to main content
A newer version of this page is available. .

Group

A Group is used to divide items in a tab into logical groups.

ASPxRibbon_Group

A group can be collapsed when the ribbon control has insufficient space to display all its items. In this case, the collapsed group displays an expand button. Group items are contained in the group popup window.

ASPxRibbon_GroupExpandButton

The table below lists the main members that affect element appearance and functionality.

Characteristics

Members

Access Key

RibbonGroup.AccessKey

Dialog Box Launcher Visibility

RibbonGroup.ShowDialogBoxLauncher

Group Expand Button Style

RibbonStyles.GroupExpandButton (via RibbonSettings.Styles.GroupExpandButton)

Group Expand Button Image

RibbonGroup.Image

Group Popup Style

RibbonStyles.GroupPopup (via RibbonSettings.Styles.GroupPopup)

Group Label Visibility

RibbonSettings.ShowGroupLabels

Group Label Style

RibbonStyles.GroupLabel (via RibbonSettings.Styles.GroupLabel)

Group Separator Style

RibbonStyles.GroupSeparator (via RibbonSettings.Styles.GroupSeparator)

Items

MVCxRibbonGroup.Items

One Line Mode Settings

RibbonGroup.OneLineModeSettings,

RibbonStyles.OneLineModeGroupExpandButton (via RibbonSettings.Styles.OneLineModeGroupExpandButton)

Style

RibbonStyles.Group (via RibbonSettings.Styles.Group)

Text

RibbonGroup.Text

Visibility

RibbonGroup.Visible

The following table outlines the element’s structural API:

Structural Element API Reference
Class MVCxRibbonGroup
Collection MVCxRibbonTab.Groups