PowerWEB LiveControls for ASP.NET
CommandName Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveButtonColumn Class : CommandName Property



Gets or sets a string that represents the command to perform when a button in the System.Web.UI.WebControls.ButtonColumn is clicked.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("The command associated with the button.")>
Public Overridable Property CommandName As String
Visual Basic (Usage)Copy Code
Dim instance As LiveButtonColumn
Dim value As String
 
instance.CommandName = value
 
value = instance.CommandName
C# 
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("The command associated with the button.")]
public virtual string CommandName {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("The command associated with the button.")]
public:
virtual property String^ CommandName {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.ButtonColumn.CommandName.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.