ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuItem Class / CommandParameter Property

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