Skip to main content
A newer version of this page is available. .
Tab

VerticalGridToolbarCommand Enum

Lists the values that specify names of commands that can be performed by clicking toolbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum VerticalGridToolbarCommand

Members

Name Description
Custom

A custom user command.

ClearSorting

A command that clears sorting by the current column.

ClearFilter

A command that clears the filter applied to the current column.

ShowFilterEditor

A command that controls the filter control visibility.

ShowSearchPanel

A command that controls the search panel visibility.

ShowSummaryPanel

A command that controls the summary panel visibility.

Refresh

A command that refreshes grid data.

New

A command that creates a new record.

Edit

A command that allows editing the current record.

Delete

A command that deletes the current record.

DeleteSelectedRecordsOnPage

A command that deletes the selected records on the page.

Update

A command that saves all the changes made to the current record and switches the ASPxVerticalGrid to browse mode.

Cancel

A command that discards any changes made to the current record and switches the ASPxVerticalGrid to browse mode.

ExportToPdf

A command that exports the grid’s data to a file in PDF format.

ExportToDocx

A command that exports the grid’s data to a file in DOCX format.

ExportToRtf

A command that exports the grid’s data to a file in RTF format.

ExportToCsv

A command that exports the grid’s data to a file in CSV format.

ExportToXls

A command that exports the grid’s data to a file in XLS format.

ExportToXlsx

A command that exports the grid’s data to a file in XLS format.

Related API Members

The following properties accept/return VerticalGridToolbarCommand values:

Remarks

The values listed by this enumeration are used to set the VerticalGridToolbarItem.Command property value.

See Also