Spread for ASP.NET 12 Product Documentation
CommandName Property (MenuItem)


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

Property Value

The command.
See Also

Reference

MenuItem Class
MenuItem Members