BootstrapGridViewToolbarCommand Enum
Lists the values that specify names of commands that can be performed by clicking toolbar items.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Custom | A custom user command. |
Full |
A command that expands all rows. |
Full |
A command that collapses all rows. |
Clear |
A command that clears sorting by the current column. |
Clear |
A command that clears the filter applied to the current column. |
Show |
A command that controls the filter row visibility. |
Show |
A command that controls the filter row menu visibility. |
Clear |
A command that clears the grouping in the grid’s group panel. |
Show |
A command that controls the group panel visibility. |
Show |
A command that controls the search panel visibility. |
Show |
A command that controls the footer visibility. |
Show |
A command that controls the Show Customization Dialog visibility. |
Refresh | A command that refreshes grid data. |
New | A command that creates a new row. |
Edit | A command that allows editing the current row. |
Delete | A command that deletes the current row. |
Delete |
A command that deletes the selected rows on the page. |
Update | A command that saves all the changes made to the current data row and switches the Grid |
Cancel | A command that discards any changes made to the current row and switches the Grid View to browse mode. |
Expand |
A command that expands the row. |
Collapse |
A command that collapses the row. |
Expand |
A command that expands the detail row. |
Collapse |
A command that collapses the detail row. |
Export |
|
Export |
|
Export |
|
Export |
|
Export |
|
Export |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.