General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
BootstrapGridViewToolbarCommand Enum
Lists the values that specify names of commands that can be performed by clicking toolbar items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Cancel | A command that discards any changes made to the current row and switches the Grid View to browse mode. |
ClearFilter | A command that clears the filter applied to the current column. |
ClearGrouping | A command that clears the grouping in the grid's group panel. |
ClearSorting | A command that clears sorting by the current column. |
CollapseDetailRow | A command that collapses the detail row. |
CollapseRow | A command that collapses the row. |
Custom | A custom user command. |
Delete | A command that deletes the current row. |
DeleteSelectedRowsOnPage | A command that deletes the selected rows on the page. |
Edit | A command that allows editing the current row. |
ExpandDetailRow | A command that expands the detail row. |
ExpandRow | A command that expands the row. |
ExportToCsv | |
ExportToDocx | |
ExportToPdf | |
ExportToRtf | |
ExportToXls | |
ExportToXlsx | |
FullCollapse | A command that collapses all rows. |
FullExpand | A command that expands all rows. |
New | A command that creates a new row. |
Refresh | A command that refreshes grid data. |
ShowCustomizationDialog | A command that controls the Show Customization Dialog visibility. |
ShowFilterRow | A command that controls the filter row visibility. |
ShowFilterRowMenu | A command that controls the filter row menu visibility. |
ShowFooter | A command that controls the footer visibility. |
ShowGroupPanel | A command that controls the group panel visibility. |
ShowSearchPanel | A command that controls the search panel visibility. |
Update | A command that saves all the changes made to the current data row and switches the ASPxGridView to browse mode. |
Remarks
The values listed by this enumeration are used to set the BootstrapGridViewToolbarItemBase.Command property value.