ColumnCommandButtonType Enum
Lists values that specify a command button‘s type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Members
Name | Description |
---|---|
Edit
|
Corresponds to the Edit command. Switches the ASPxGridView to edit mode. |
New
|
Corresponds to the New command. Creates a new data row. |
Delete
|
Corresponds to the Delete command. Deletes the current data row. |
Select
|
Corresponds to the Select command. Selects/deselects data rows. |
Update
|
Corresponds to the Update command. Saves all the changes made to the current data row and switches the ASPxGridView to browse mode. |
Cancel
|
Corresponds to the Cancel command. Discards any changes made to the current data row and switches the ASPxGridView to browse mode. |
ClearFilter
|
Corresponds to the Clear command. Clears the filter expression applied to the ASPxGridView. |
SelectCheckbox
|
Corresponds to the Select command initiated via a select check box or radio button. Selects/deselects data rows. |
ApplyFilter
|
Corresponds to the Apply command. Applies the filter specified in the filter row. |
ApplySearchPanelFilter
|
Corresponds to the Apply command. Applies the filter specified in the search panel. |