Skip to main content
Tab

DialogBoxLauncherClickedEventArgs.Group Property

Gets the group object to which the clicked dialog box launcher belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGroup Group { get; }

Property Value

Type Description
RibbonGroup

An RibbonGroup object to which the dialog box launcher belongs.

See Also