Dundas Chart for ASP.NET
Name Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : Name Property


Enterprise Only Feature. Gets the unique name of the command.
Gets the unique name of the command.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Name As String
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As String
 
value = instance.Name
C#  
public string Name {get;}

Return Value

A string that represents the name of the command.
The string represents name for the command.

Remarks

The command name is automatically generated using the format: CommandType_Index.

A command name can be used when locating a command in the CommandCollection, and can also be used with event handlers.


The command name is automatic generated in format CommandType_Index. The command name can be used for locating a command into CommandCollection as well as recognizing in event handlers.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.