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
ButtonType | ButtonColumnType.
Gets or sets the type of button to display in the System.Web.UI.WebControls.ButtonColumn object. | |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when a button in the System.Web.UI.WebControls.ButtonColumn object is clicked. | |
CommandName | string.
Gets or sets a string that represents the command to perform when a button in the System.Web.UI.WebControls.ButtonColumn object is clicked. | |
DataTextField | string.
Gets or sets the field name from a data source to bind to the System.Web.UI.WebControls.ButtonColumn object. | |
DataTextFormatString | string.
Gets or sets the string that specifies the display format for the caption in each button. | |
Text | string.
Gets or sets the caption that is displayed in the buttons of the System.Web.UI.WebControls.ButtonColumn object. | |
ValidationGroup | string.
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. |