The members of System.Web.UI.WebControls.IButtonControl are listed below.
CausesValidation | bool.
Gets or sets a value indicating whether clicking the button causes page validation to occur. | |
CommandArgument | string.
Gets or sets an optional argument that is propagated to the IButtonControl.Command event. | |
CommandName | string.
Gets or sets the command name that is propagated to the IButtonControl.Command event. | |
PostBackUrl | string.
Gets or sets the URL of the Web page to post to from the current page when the button control is clicked. | |
Text | string.
Gets or sets the text caption displayed for the button. | |
ValidationGroup | string.
Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server. |