Back to Devexpress

RibbonPageGroup Members

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-dot-underscore-members.md

latest15.1 KB
Original Source

RibbonPageGroup Members

Represents a group within a Ribbon Page.

Constructors

NameDescription
RibbonPageGroup()Initializes a new instance of the RibbonPageGroup class with default settings.
RibbonPageGroup(String)Initializes a new instance of the RibbonPageGroup class with the specified caption.

Properties

NameDescription
ActualItemLinksFor internal use.
AlignmentGets or sets whether this RibbonPageGroup should be aligned to the left (default) or right Ribbon side.
AllowMinimizeGets or sets whether the group is automatically collapsed when there is insufficient space to display all available items.
AllowTextClippingGets or sets whether to clip the group’s text when there’s not enough space to display it entirely, or to expand the group to accommodate the entire text.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionButtonVisibleGets or sets whether the Caption Button is visible.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnabledGets or sets whether the current RibbonPageGroup is enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
GlyphGets or sets the image that is displayed within the group when it is collapsed. This property is obsolete. Use the ImageOptions property instead.
ImageIndexGets or sets the index of the image within the image collection that is displayed within the group when it’s in a collapsed state. This property is obsolete. Use the ImageOptions property instead.
ImageOptionsProvides access to properties that allow you to set up a raster or vector image displayed when the group is collapsed.
ImagesGets the collection of images that can be displayed within the group when it’s in a collapsed state.
ImageUri

Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current group when it is collapsed. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size).

| | ItemLinks | Gets the collection of bar item links displayed within the group. | | ItemsLayout | Gets or sets the number of rows used to vertically arrange small items within the current RibbonPageGroup in the Office2007, Office2010 and Office2013 Ribbon styles (see RibbonControl.RibbonStyle). | | KeyTip | Gets or sets the Key Tip used to emulate clicking on the group’s Caption Button. | | MergeOrder | Defines the visual position of the current RibbonPageGroup object after merging this Ribbon Control into an MDI parent Ribbon. | | MergeType | Specifies the active merge logic for this Ribbon Page Group: should the parent Ribbon copy items from a merged Page Group, ignore them, or use them to replace its own items. | | Name | Gets the name of the current component. | | OriginalPageGroup | Gets the group that was used to create the current RibbonPageGroup instance. | | Page | Gets the page which owns the current group. | | Ribbon | Gets the RibbonControl which owns the current group. | | ShowCaptionButton | This property is obsolete, use the RibbonPageGroup.CaptionButtonVisible property instead. | | Site | Gets or sets the ISite of the Component. Inherited from Component. | | State | Gets or sets whether the group is always expanded, collapsed, or automatically switches between the expanded and collapsed state depending on the available space. | | SuperTip | Gets or sets a SuperToolTip associated with the Ribbon page group. | | Tag | Gets or sets an object that contains data on the current RibbonPageGroup object. | | Text | Gets or sets the text displayed within the group. | | ToolbarContentButtonLink | Gets a link to the current group within the Quick Access Toolbar. | | Visible | Gets or sets whether the group is visible. |

Methods

NameDescription
AddGroupToToolbar()Creates a link to the current group and adds it to the Quick Access Toolbar.
Assign(RibbonPageGroup)Copies settings of the specified object to the current object.
Clone()Creates a new RibbonPageGroup object with the settings matching those of the current object.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose()Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetActualAlignment()Gets whether this page group is actually aligned to the left or right relative to the ribbon.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RemoveGroupFromToolbar()Removes a link to the current group from the Quick Access Toolbar.
ToString()Returns the RibbonPageGroup‘s caption.

Events

NameDescription
CaptionButtonClickOccurs when the group’s Caption Button is clicked.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

RibbonPageGroup Class

DevExpress.XtraBars.Ribbon Namespace