Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DropDownItemBaseControl Class / CommandParameter Property


In This Topic
    CommandParameter Property (DropDownItemBaseControl)
    In This Topic
    Gets or sets the command parameter.
    Syntax
    'Declaration
     
    Public Property CommandParameter As Object
    'Usage
     
    Dim instance As DropDownItemBaseControl
    Dim value As Object
     
    instance.CommandParameter = value
     
    value = instance.CommandParameter
    public object CommandParameter {get; set;}
    See Also