Skip to main content
Tab

NavBarGroupCommandEventArgs.Group Property

Gets a group object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object, manipulations on which forced the event to be raised.

Remarks

The Group property represents a NavBarGroup object concerned with raising the event.

See Also