System.Web.UI.WebControls.ButtonFieldBase Members

The members of System.Web.UI.WebControls.ButtonFieldBase are listed below.

See Also: Inherited members from System.Web.UI.WebControls.DataControlField

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.ButtonFieldBase class.

Public Properties

ButtonTypeButtonType.

Gets or sets the button type to display in the button field.

CausesValidationbool.

Gets or sets a value indicating whether validation is performed when a button in a System.Web.UI.WebControls.ButtonFieldBase object is clicked.

override
ShowHeaderbool.

Gets or sets a value indicating whether the header section is displayed in a System.Web.UI.WebControls.ButtonFieldBase object.

ValidationGroupstring.

Gets or sets the name of the group of validation controls to validate when a button in a System.Web.UI.WebControls.ButtonFieldBase object is clicked.

Protected Methods

override
CopyProperties(DataControlField)

Copies the properties of the current object that is derived from the System.Web.UI.WebControls.ButtonFieldBase class to the specified System.Web.UI.WebControls.DataControlField object.