Xceed DataGrid for Silverlight Documentation
CommandParameter Property


Gets or sets the data to be used by the command.
Syntax
'Declaration
 
Public Property CommandParameter As Object
'Usage
 
Dim instance As DataNavigationItem
Dim value As Object
 
instance.CommandParameter = value
 
value = instance.CommandParameter
public object CommandParameter {get; set;}

Property Value

An object representing the data to be used by the command. By default, null.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataNavigationItem Class
DataNavigationItem Members

Send Feedback