Spread Silverlight Documentation
CommandParameter Property (DropDownItemBaseControl)


GrapeCity.Windows.SpreadSheet.UI Namespace > DropDownItemBaseControl Class : CommandParameter Property
Gets or sets the command parameter.
Syntax
'Declaration
 
Public Property CommandParameter As System.Object
'Usage
 
Dim instance As DropDownItemBaseControl
Dim value As System.Object
 
instance.CommandParameter = value
 
value = instance.CommandParameter
public System.object CommandParameter {get; set;}
See Also

Reference

DropDownItemBaseControl Class
DropDownItemBaseControl Members