BootstrapClientMenuItemClickEventArgs Properties
Provides data for events related to clicking on the control’s items.Name | Description |
---|---|
htmlElement | Gets an HTML object that contains the processed Menu item. |
htmlEvent | Gets a DHTML event object that relates to the processed event. |
item | Gets the menu item object related to the event. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also