The properties of System.Web.UI.WebControls.EditCommandColumn are listed below. For a list of all members, see the EditCommandColumn Members list.
See Also: Inherited members from System.Web.UI.WebControls.DataGridColumn
ButtonType | ButtonColumnType.
Gets or sets the button type for the column. | |
CancelText | string.
Gets or sets the text to display for the Cancel command button in the System.Web.UI.WebControls.EditCommandColumn. | |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when an Update button in the System.Web.UI.WebControls.EditCommandColumn object is clicked. | |
EditText | string.
Gets or sets the text to display for the Edit button in the System.Web.UI.WebControls.EditCommandColumn. | |
UpdateText | string.
Gets or sets the text to display for the Update command button in the System.Web.UI.WebControls.EditCommandColumn. | |
ValidationGroup | string.
Gets or sets the group of validation controls for which the System.Web.UI.WebControls.EditCommandColumn object causes validation when it posts back to the server. |