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

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

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

Public Properties

ButtonTypeButtonColumnType.

Gets or sets the type of button to display in the System.Web.UI.WebControls.ButtonColumn object.

CausesValidationbool.

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

CommandNamestring.

Gets or sets a string that represents the command to perform when a button in the System.Web.UI.WebControls.ButtonColumn object is clicked.

DataTextFieldstring.

Gets or sets the field name from a data source to bind to the System.Web.UI.WebControls.ButtonColumn object.

DataTextFormatStringstring.

Gets or sets the string that specifies the display format for the caption in each button.

Textstring.

Gets or sets the caption that is displayed in the buttons of the System.Web.UI.WebControls.ButtonColumn object.

ValidationGroupstring.

Gets or sets the group of validation controls for which the System.Web.UI.WebControls.ButtonColumn object causes validation when it posts back to the server.