A newer version of this page is available.
Switch to the current version.
GridViewContextMenuCommand Enum
Lists the values that specify names of commands that can be performed by clicking context menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Members
Name | Description |
---|---|
FullExpand
|
A command that expands all group rows. |
FullCollapse
|
A command that collapses all group rows. |
SortAscending
|
A command that sorts grid data by the current column ascending. |
SortDescending
|
A command that sorts grid data by the current column decending. |
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 builder visibility. |
ShowFilterRow
|
A command that controls the filter row visibility. |
ShowFilterRowMenu
|
A command that controls the filter row menu availability. |
GroupByColumn
|
A command that groups grid data by the current column. |