Skip to main content

ASPxClientNavBarGroupClickEventArgs.htmlElement Property

Gets the HTML object that contains the processed group.

#Declaration

TypeScript
htmlElement: any

#Property Value

Type Description
any

An object representing a container for the group related to the event.

#Remarks

The htmlElement property provides access to the HTML object that serves as a container for the group related to the event.

See Also