constructor(group) Constructor
Initializes a new object of the ASPxClientNavBarGroupEventArgs type with the specified value.
Declaration
constructor(
group: ASPxClientNavBarGroup
)
Parameters
Name | Type | Description |
---|---|---|
group | ASPxClientNavBarGroup | An ASPxClientNavBarGroup object representing the group related to the event. |
Remarks
For internal use only.
See Also