Xceed Ultimate ListBox for Silverlight Documentation
CommandParameter Property


Gets or sets the data to be used by the command.
Syntax
Public Property CommandParameter As Object
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataNavigationItem Class
DataNavigationItem Members

Send Feedback