Skip to main content
Tab

RibbonGroupEventArgs.Group Property

Gets a group object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public RibbonGroup Group { get; }

#Property Value

Type Description
RibbonGroup

A RibbonGroup object that is a group related to the event.

See Also