RibbonGalleryGroup.Owner Property
In This Article
Gets the ribbon item to which the current group belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemBase Owner { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Owner property provides access to the item object whose RibbonGalleryBarItem.Groups/RibbonGalleryDropDownItem.Groups collection contains the current group.
See Also