DevExpress v24.2 Update — Your Feedback Matters
Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
ContextMenuBuilder Class
In This Article
A ContextMenu control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class ContextMenuBuilder :
WidgetBuilder
#Related API Members
The following members return ContextMenuBuilder objects:
Show 94 links
-
Context
Menu Builder. Access Key (JS) -
Context
Menu Builder. Access Key (String) -
Context
Menu Builder. Active State Enabled (Boolean) -
Context
Menu Builder. Active State Enabled (JS) -
Context
Menu Builder. Animation (Action <Context Menu Animation Builder>) -
Context
Menu Builder. Css Class (JS) -
Context
Menu Builder. Css Class (String) -
Context
Menu Builder. Data Source (Func <Data Source Factory, Options Owner Builder>) -
Context
Menu Builder. Data Source (IEnumerable, String[]) -
Context
Menu Builder. Data Source (JS) -
Context
Menu Builder. Data Source (String, String[]) -
Context
Menu Builder. Data Source Options (Action <Data Source Options Builder>) -
Context
Menu Builder. Disabled (Boolean) -
Context
Menu Builder. Disabled (JS) -
Context
Menu Builder. Disabled Expr (JS) -
Context
Menu Builder. Disabled Expr (String) -
Context
Menu Builder. Display Expr (JS) -
Context
Menu Builder. Display Expr (String) -
Context
Menu Builder. Element Attr (Dictionary <String, Object>) -
Context
Menu Builder. Element Attr (JS) -
Context
Menu Builder. Element Attr (Object) -
Context
Menu Builder. Element Attr (String, Object) -
Context
Menu Builder. Focus State Enabled (Boolean) -
Context
Menu Builder. Focus State Enabled (JS) -
Context
Menu Builder. Height (Double) -
Context
Menu Builder. Height (JS) -
Context
Menu Builder. Height (String) -
Context
Menu Builder. Hide On Outside Click (Boolean) -
Context
Menu Builder. Hide On Outside Click (JS) -
Context
Menu Builder. Hint (JS) -
Context
Menu Builder. Hint (String) -
Context
Menu Builder. Hover State Enabled (Boolean) -
Context
Menu Builder. Hover State Enabled (JS) -
Context
Menu Builder. ID (JS) -
Context
Menu Builder. ID (String) -
Context
Menu Builder. Items (Action <Collection Factory <Context Menu Item Builder>>) -
Context
Menu Builder. Items Expr (JS) -
Context
Menu Builder. Items Expr (String) -
Context
Menu Builder. Item Template (JS) -
Context
Menu Builder. Item Template (Razor Block) -
Context
Menu Builder. Item Template (String) -
Context
Menu Builder. Item Template (Template Name) -
Context
Menu Builder. On Content Ready (Razor Block) -
Context
Menu Builder. On Content Ready (String) -
Context
Menu Builder. On Disposing (Razor Block) -
Context
Menu Builder. On Disposing (String) -
Context
Menu Builder. On Hidden (Razor Block) -
Context
Menu Builder. On Hidden (String) -
Context
Menu Builder. On Hiding (Razor Block) -
Context
Menu Builder. On Hiding (String) -
Context
Menu Builder. On Initialized (Razor Block) -
Context
Menu Builder. On Initialized (String) -
Context
Menu Builder. On Item Click (Razor Block) -
Context
Menu Builder. On Item Click (String) -
Context
Menu Builder. On Item Context Menu (Razor Block) -
Context
Menu Builder. On Item Context Menu (String) -
Context
Menu Builder. On Item Rendered (Razor Block) -
Context
Menu Builder. On Item Rendered (String) -
Context
Menu Builder. On Option Changed (Razor Block) -
Context
Menu Builder. On Option Changed (String) -
Context
Menu Builder. On Positioning (Razor Block) -
Context
Menu Builder. On Positioning (String) -
Context
Menu Builder. On Selection Changed (Razor Block) -
Context
Menu Builder. On Selection Changed (String) -
Context
Menu Builder. On Showing (Razor Block) -
Context
Menu Builder. On Showing (String) -
Context
Menu Builder. On Shown (Razor Block) -
Context
Menu Builder. On Shown (String) -
Context
Menu Builder. Option (String, Object) -
Context
Menu Builder. Position (Action <Position Config Builder>) -
Context
Menu Builder. Rtl Enabled (Boolean) -
Context
Menu Builder. Rtl Enabled (JS) -
Context
Menu Builder. Select By Click (Boolean) -
Context
Menu Builder. Select By Click (JS) -
Context
Menu Builder. Selected Expr (JS) -
Context
Menu Builder. Selected Expr (String) -
Context
Menu Builder. Selected Item (Object) -
Context
Menu Builder. Selection Mode (Menu Selection Mode) -
Context
Menu Builder. Show Event (Action <Context Menu Show Event Builder>) -
Context
Menu Builder. Show Event (JS) -
Context
Menu Builder. Show Event (String) -
Context
Menu Builder. Show Submenu Mode (Action <Context Menu Show Submenu Mode Builder>) -
Context
Menu Builder. Show Submenu Mode (Show Submenu Mode) -
Context
Menu Builder. Submenu Direction (Context Menu Submenu Direction) -
Context
Menu Builder. Tab Index (Int32) -
Context
Menu Builder. Tab Index (JS) -
Context
Menu Builder. Target (JS) -
Context
Menu Builder. Target (String) -
Context
Menu Builder. Visible (Boolean) -
Context
Menu Builder. Visible (JS) -
Context
Menu Builder. Width (Double) -
Context
Menu Builder. Width (JS) -
Context
Menu Builder. Width (String) -
Widget
Factory <TModel>. Context Menu()
#Remarks
Call the ContextMenu helper method to create a new ContextMenu control. The method creates a ContextMenuBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().ContextMenu() // create a ContextMenu
// call methods to specify control options
)
#Inheritance
Object
OptionsOwnerBuilder
WidgetBuilder
ContextMenuBuilder
See Also