• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of DefaultFunctionalities in ASP.NET Core ContextMenu Control

This sample demonstrates the default functionalities of the ContextMenu. Right click/Touch hold the rectangular area to open the ContextMenu.

DEMO
SOURCE

ContextMenu is a graphical user interface that appears on the user right click/touch hold action. It has support to provide single level/multiple level of ContextMenu.

In this demo, target property is set as '#contextmenutarget'. Hence, on right clicking the target element, the ContextMenu will open.

In mobile mode, the submenu opens in a single layer with an option to switch back to the parent menu.

More information about ContextMenu can be found in this documentation section.