The members of System.Web.UI.WebControls.ButtonField are listed below.
See Also: Inherited members from System.Web.UI.WebControls.ButtonFieldBase
Initializes a new instance of the System.Web.UI.WebControls.ButtonField class. |
CommandName | string.
Gets or sets a string that represents the action to perform when a button in a System.Web.UI.WebControls.ButtonField object is clicked. | |
DataTextField | string.
Gets or sets the name of the data field for which the value is bound to the Button.Text property of the System.Web.UI.WebControls.Button control that is rendered by the System.Web.UI.WebControls.ButtonField object. | |
DataTextFormatString | string.
Gets or sets the string that specifies the display format for the value of the field. | |
ImageUrl | string.
Gets or sets the image to display for each button in the System.Web.UI.WebControls.ButtonField object. | |
Text | string.
Gets or sets the static caption that is displayed for each button in the System.Web.UI.WebControls.ButtonField object. |
override | Initialize(bool, System.Web.UI.Control)
| |
override | InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)
| |
override | ValidateSupportsCallback()
|
override | CopyProperties(DataControlField)
| |
override | CreateField()
| |
FormatDataTextValue(object)
|