Back to Devexpress

RibbonGroup Class

aspnet-devexpress-dot-web-43f45251.md

latest4.7 KB
Original Source

RibbonGroup Class

An individual group within the ASPxRibbon control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGroup :
    CollectionItem
vb
Public Class RibbonGroup
    Inherits CollectionItem

The following members return RibbonGroup objects:

Remarks

Ribbon groups, which are represented by instances of the RibbonGroup class, can be accessed via the tab‘s RibbonTab.Groups property. This property returns the RibbonGroupCollection collection which allows you to add, delete and move groups within the tab.

Use the RibbonGroup.Text property to define the caption text of the group that is displayed in a group label. You can hide the group labels by setting the ASPxRibbon.ShowGroupLabels property to false.

To get access to the items the group contains, use the RibbonGroup.Items property.

When a group has insufficient space to display its items, a group expand button is displayed instead. You can specify the button image (RibbonGroup.Image) and button style settings (RibbonStyles.GroupExpandButton). A click on the button invokes a group popup window, whose style settings are accessed by the RibbonStyles.GroupPopup property.

Note that the RibbonGroup class has a client-side equivalent - an object of the ASPxClientRibbonGroup type.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 22 items

Object StateManager CollectionItem RibbonGroup HERibbonGroupBase

HEClipboardRibbonGroup

HEMergeTableRibbonGroup

HEParagraphRibbonGroup

HEInsertTableRibbonGroup

HESpellingRibbonGroup

HETablePropertiesRibbonGroup

HETablesRibbonGroup

HEUndoRibbonGroup

HEViewsRibbonGroup

HEFontRibbonGroup

HEImagesRibbonGroup

HEDeleteTableRibbonGroup

HEEditingRibbonGroup

HELinksRibbonGroup

HEMediaRibbonGroup

BootstrapRibbonGroup

MVCxRibbonGroup

See Also

RibbonGroup Members

DevExpress.Web Namespace