DialogBoxLauncherClickedEventArgs.Group Property
In This Article
Gets the group object to which the clicked dialog box launcher belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonGroup Group { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
An Ribbon |
See Also