ASPxClientNavBarGroupCancelEventArgs.group Property
Gets the group object related to the event.
Declaration
group: ASPxClientNavBarGroup
Property Value
Type | Description |
---|---|
ASPxClientNavBarGroup | An ASPxClientNavBarGroup object representing the group manipulations on which forced the navbar to raise the event. |
Remarks
The group property represents a group object concerned with raising the event. You can use this property to identify the group and determine whether the current action is allowed to be done with it. If not, you must set the ASPxClientCancelEventArgs.cancel property of the event’s parameter to true
to cancel the command execution.
See Also