Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandName Property
See Also 
Dundas.Charting.WebControl Namespace > CommandUIItem Class : CommandName Property


Determines the name of the command.

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(False)>
<RefreshPropertiesAttribute()>
<DescriptionAttribute("The name of the command which defines which command to execute")>
Public Property CommandName As String
Visual Basic (Usage) Copy Code
Dim instance As CommandUIItem
Dim value As String
 
instance.CommandName = value
 
value = instance.CommandName
C#  
[BrowsableAttribute(false)]
[RefreshPropertiesAttribute()]
[DescriptionAttribute("The name of the command which defines which command to execute")]
public string CommandName {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also