Back to Devexpress

BarButtonGroup Class

windowsforms-devexpress-dot-xtrabars-ef5c01f2.md

latest3.1 KB
Original Source

BarButtonGroup Class

Represents a group of links that correspond to the bar button items.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BarButtonGroup :
    BarLinkContainerExItem
vb
Public Class BarButtonGroup
    Inherits BarLinkContainerExItem

The following members return BarButtonGroup objects:

Remarks

Links that correspond to the bar button items can be arranged in a single group (see the image below). This group is represented by the BarButtonGroup class. Bar button groups can only be displayed within a Ribbon Control.

To create a bar button group use the RibbonBarItems.CreateButtonGroup method. The created group is automatically added to the Ribbon Control’s RibbonControl.Items collection. The collection of item links that are owned by the group can be accessed via the BarButtonGroup.ItemLinks property.

Adjacent button groups are arranged within a Ribbon Control in a different way than regular bar items. They are arranged across then down, wrapping automatically to fill the available space optimally, without gaps. To enable this layout for regular bar items, use the BarItemLink.ActAsButtonGroup properties of their links.

Inheritance

Object MarshalByRefObject Component BarItem BarCustomContainerItem BarLinkContainerItem DevExpress.XtraBars.BarLinkContainerExItem BarButtonGroup

See Also

BarButtonGroup Members

ActAsButtonGroup

Button Groups

DevExpress.XtraBars Namespace