System.Web.UI.WebControls.IButtonControl: Property Members

The properties of System.Web.UI.WebControls.IButtonControl are listed below. For a list of all members, see the IButtonControl Members list.

Public Properties

CausesValidationbool.

Gets or sets a value indicating whether clicking the button causes page validation to occur.

CommandArgumentstring.

Gets or sets an optional argument that is propagated to the IButtonControl.Command event.

CommandNamestring.

Gets or sets the command name that is propagated to the IButtonControl.Command event.

PostBackUrlstring.

Gets or sets the URL of the Web page to post to from the current page when the button control is clicked.

Textstring.

Gets or sets the text caption displayed for the button.

ValidationGroupstring.

Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.