ASPxVerticalGridCommandButtonEventArgs.ButtonType Property
Gets the type of the command button currently being initialized.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridCommandButtonType ButtonType { get; }
#Property Value
Type | Description |
---|---|
Vertical |
One of the Vertical |
Available values:
Name | Description |
---|---|
Edit | Corresponds to the Edit command. Switches the ASPx |
New | Corresponds to the New command. Creates a new record. |
Delete | Corresponds to the Delete command. Deletes the current record. |
Select | Corresponds to the Select command. Selects/deselects records. |
Update | Corresponds to the Update command. Saves all the changes made to the current record and switches the ASPx |
Cancel | Corresponds to the Cancel command. Discards any changes made to the current record and switches the ASPx |
Update |
Corresponds to the Update summaries command. Recalculates total and group summaries when a user increases a cell value that was equal to the calculated minimum or decreases a value that was equal to the calculated maximum. |
Select |
Corresponds to the Select command initiated by a select check box or radio button. Selects/deselects records. |
Apply |
Corresponds to the Apply command. Applies the filter specified in the search panel. |
Clear |
Corresponds to the Clear command. Clears the filter specified in the search panel. |
Recover | Corresponds to the Recover command. Recovers the deleted records. |