Back to Devexpress

Group

aspnet-15860-components-site-navigation-and-layout-ribbon-visual-elements-group.md

latest2.3 KB
Original Source

Group

  • Dec 17, 2020

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

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

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

CharacteristicsMembers
TextRibbonGroup.Text
StyleRibbonStyles.Group
ItemsRibbonGroup.Items
Dialog Box Launcher VisibilityRibbonGroup.ShowDialogBoxLauncher
Group Expand Button StyleRibbonStyles.GroupExpandButton
Group Expand Button ImageRibbonGroup.Image
Group Popup StyleRibbonStyles.GroupPopup
Group Label VisibilityASPxRibbon.ShowGroupLabels
Group Label StyleRibbonStyles.GroupLabel
Group Separator StyleRibbonStyles.GroupSeparator
VisibilityRibbonGroup.Visible
One Line Mode SettingsRibbonGroup.OneLineModeSettings, RibbonStyles.OneLineModeGroupExpandButton
Access KeyRibbonGroup.AccessKey

See Also

Dialog Box Launcher