Skip to main content
A newer version of this page is available. .
Tab

GridViewCommandColumnButton Class

OBSOLETE

This Class is obsolete now.

Represents a command column item within the GridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete]
public class GridViewCommandColumnButton :
    StateManager

Remarks

Command column items are displayed within the command column’s cells and allow end-users to select and delete data rows, switch the ASPxGridView to edit mode, update data, etc. A command column item represents a single command which can be represented by a button, image or link. The command item’s representation is controlled by the column’s GridViewCommandColumn.ButtonType property. The GridViewCommandColumnButton.Visible property specifies its visibility. The item’s text is specified by the GridViewCommandColumnButton.Text property.

Implements

Inheritance

Object
StateManager
GridViewCommandColumnButton
See Also