Spread for ASP.NET 12 Product Documentation
CommandArgument Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MenuItem Class : CommandArgument Property
Gets or sets the command argument.
Syntax
'Declaration
 
Public Overridable Property CommandArgument As String
'Usage
 
Dim instance As MenuItem
Dim value As String
 
instance.CommandArgument = value
 
value = instance.CommandArgument
public virtual string CommandArgument {get; set;}

Property Value

The command argument.
See Also

Reference

MenuItem Class
MenuItem Members