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

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

Public Properties

ButtonTypeButtonColumnType.

Gets or sets the button type for the column.

CancelTextstring.

Gets or sets the text to display for the Cancel command button in the System.Web.UI.WebControls.EditCommandColumn.

CausesValidationbool.

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

EditTextstring.

Gets or sets the text to display for the Edit button in the System.Web.UI.WebControls.EditCommandColumn.

UpdateTextstring.

Gets or sets the text to display for the Update command button in the System.Web.UI.WebControls.EditCommandColumn.

ValidationGroupstring.

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.