ASP.NET Pack Programmer's Guide
Button.CommandName Property
See Also
 





Gets or sets the command name associated with the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string CommandName { get; set; }

Visual Basic  Copy Code

Public Property CommandName As String

 Property Value

Type: String
A string that specifies the command name of the control. The default value is an empty string ("").

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace