ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuItem Class / Command Property

In This Topic
    Command Property (MenuItem)
    In This Topic
    Gets or sets the associated menu command.
    Syntax
    'Declaration
     
    
    Public Property Command As MenuCommand
    public MenuCommand Command {get; set;}
    See Also