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

RibbonGalleryGroup.Owner Property

Gets the ribbon item to which the current group belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public RibbonItemBase Owner { get; }

Property Value

Type Description
RibbonItemBase

A RibbonItemBase object descendant (RibbonGalleryBarItem or RibbonGalleryDropDownItem) that is the item that contains the current group.

Remarks

The Owner property provides access to the item object whose RibbonGalleryBarItem.Groups/RibbonGalleryDropDownItem.Groups collection contains the current group.

See Also