System.Web.UI.WebControls.CommandField Members

The members of System.Web.UI.WebControls.CommandField are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.CommandField class.

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.

Public Methods

override
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Initializes the specified System.Web.UI.WebControls.DataControlFieldCell object to the specified row state.

override
ValidateSupportsCallback()

Determines whether the controls contained in a System.Web.UI.WebControls.CommandField object support callbacks.

Protected Methods

override
CopyProperties(DataControlField)

Copies the properties of the current System.Web.UI.WebControls.CommandField object to the specified System.Web.UI.WebControls.DataControlField object.

override
CreateField() : DataControlField

Creates an empty System.Web.UI.WebControls.CommandField object.