aspnet-devexpress-dot-web-3eadbeeb.md
Lists values that specify a command button‘s type.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ColumnCommandButtonType
Public Enum ColumnCommandButtonType
| 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.
|
| ClearSearchPanelFilter |
Corresponds to the Clear command. Clears the filter specified in the search panel.
|
| ShowAdaptiveDetail |
Corresponds to the Show Adaptive Detail command. Expands the current adaptive detail row.
|
| HideAdaptiveDetail |
Corresponds to the Hide Adaptive Detail command. Collapses the current adaptive detail row.
|
| Recover |
Corresponds to the Recover command. Recovers the deleted rows.
|
| CustomizationDialogApply |
Corresponds to the Apply command. Apply changes made in the grid’s Customization Dialog.
|
| CustomizationDialogClose |
Corresponds to the Close command. Closes the Customization Dialog and discards all changes made in this dialog.
|
| PreviewChanges |
Corresponds to the Preview changes command. Switches the grid to Changes Preview mode to manage the modified rows.
|
| HidePreview |
Corresponds to the Hide preview command. Closes the Changes Preview mode and displays all grid rows including modified ones.
|
| UpdateSummaries |
Corresponds to the Update summaries command. Updates total and group summary values.
|
The following properties accept/return ColumnCommandButtonType values:
See Also