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

In This Topic
    CommandParameter Property
    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