The properties of System.Web.UI.WebControls.Button are listed below. For a list of all members, see the Button Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.WebControls.Button control is clicked. | |
CommandArgument | string.
Gets or sets an optional parameter passed to the Button.Command event along with the associated Button.CommandName. | |
CommandName | string.
Gets or sets the command name associated with the System.Web.UI.WebControls.Button control that is passed to the Button.Command event. | |
OnClientClick | string.
Gets or sets the client-side script that executes when a System.Web.UI.WebControls.Button control's Button.Click event is raised. | |
PostBackUrl | string.
Gets or sets the URL of the page to post to from the current page when the System.Web.UI.WebControls.Button control is clicked. | |
Text | string.
Gets or sets the text caption displayed in the System.Web.UI.WebControls.Button control. | |
UseSubmitBehavior | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.Button control uses the client browser's submit mechanism or the ASP.NET postback mechanism. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.WebControls.Button control causes validation when it posts back to the server. |