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

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

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

Public Properties

CancelImageUrlstring.

Gets or sets the URL to an image to display for the Cancel button in a System.Web.UI.WebControls.CommandField field.

CancelTextstring.

Gets or sets the caption for the Cancel button displayed in a System.Web.UI.WebControls.CommandField field.

override
CausesValidationbool.

Gets or sets a value indicating whether validation is performed when the user clicks a button in a System.Web.UI.WebControls.CommandField field.

DeleteImageUrlstring.

Gets or sets the URL to an image to display for a Delete button in a System.Web.UI.WebControls.CommandField field.

DeleteTextstring.

Gets or sets the caption for a Delete button in a System.Web.UI.WebControls.CommandField field.

EditImageUrlstring.

Gets or sets the URL to an image to display for an Edit button in a System.Web.UI.WebControls.CommandField field.

EditTextstring.

Gets or sets the caption for an Edit button in a System.Web.UI.WebControls.CommandField field.

InsertImageUrlstring.

Gets or sets the URL to an image to display for the Insert button in a System.Web.UI.WebControls.CommandField field.

InsertTextstring.

Gets or sets the caption for the Insert button in a System.Web.UI.WebControls.CommandField field.

NewImageUrlstring.

Gets or sets the URL to an image to display for the New button in a System.Web.UI.WebControls.CommandField field.

NewTextstring.

Gets or sets the caption for the New button in a System.Web.UI.WebControls.CommandField field.

SelectImageUrlstring.

Gets or sets the URL to an image to display for a Select button in a System.Web.UI.WebControls.CommandField field.

SelectTextstring.

Gets or sets the caption for a Select button in a System.Web.UI.WebControls.CommandField field.

ShowCancelButtonbool.

Gets or sets a value indicating whether a Cancel button is displayed in a System.Web.UI.WebControls.CommandField field.

ShowDeleteButtonbool.

Gets or sets a value indicating whether a Delete button is displayed in a System.Web.UI.WebControls.CommandField field.

ShowEditButtonbool.

Gets or sets a value indicating whether an Edit button is displayed in a System.Web.UI.WebControls.CommandField field.

ShowInsertButtonbool.

Gets or sets a value indicating whether a New button is displayed in a System.Web.UI.WebControls.CommandField field.

ShowSelectButtonbool.

Gets or sets a value indicating whether a Select button is displayed in a System.Web.UI.WebControls.CommandField field.

UpdateImageUrlstring.

Gets or sets the URL to an image to display for an Update button in a System.Web.UI.WebControls.CommandField field.

UpdateTextstring.

Gets or sets the caption for an Update button in a System.Web.UI.WebControls.CommandField field.