ASPxClientNavBarGroupCancelEventArgs.group Property
In This Article
Gets the group object related to the event.
#Declaration
TypeScript
group: ASPxClientNavBarGroup
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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