Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuItem Class / CommandParameter Property

In This Topic
    CommandParameter Property (C1MenuItem)
    In This Topic
    Gets or sets the parameter to pass to the Command property.
    Syntax
    'Declaration
     
    
    Public Property CommandParameter As Object
    public object CommandParameter {get; set;}
    See Also