NavBarGroupCommandEventArgs.Group Property
Gets a group object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
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