aspnet-17207-components-grid-view-concepts-data-representation-basics-context-menu-grid-context-menu-items.md
The ASPxGridView control displays different context menu types for the following elements: row, column, footer, group panel, and group footer.
The control automatically hides/shows and disables/enables items in an element’s context menu based on the element’s settings. For instance, the grid hides the Clear Sorting item when it displays the column context menu for an unsorted column.
You can control default context menu item visibility, displayed text, and image for each context menu type. The tables below list the members that affect these settings.
Collapses the current detail row. Related members:
CollapseDetailRowGets or sets the visibility of the Collapse Detail item displayed within the row context menu.ContextMenuCollapseDetailRowGets or sets the text of the Collapse Detail item displayed within the row context menu.ContextMenuCollapseDetailRowGets the image for the corresponding visual element in the context menu.
Expands the current detail row. Related members:
ExpandDetailRowGets or sets the visibility of the Expand Detail item displayed within the row context menu.ContextMenuExpandDetailRowGets or sets the text of the Expand Detail item displayed within the row context menu.ContextMenuExpandDetailRowGets the image for the corresponding visual element in the context menu.
Collapses the current group row. Related members:
CollapseRowGets or sets the visibility of the Collapse item displayed within the row context menu.ContextMenuCollapseRowGets or sets the text of the Collapse item displayed within the row context menu.ContextMenuCollapseRowGets the image for the corresponding visual element in the context menu.
Expands the current group row. Related members:
ExpandRowGets or sets the visibility of the Expand item displayed within the row context menu.ContextMenuExpandRowGets or sets the text of the Expand item displayed within the row context menu.ContextMenuExpandRowGets the image for the corresponding visual element in the context menu.
Creates a new row. Related members:
NewRowGets or sets the visibility of the New item displayed within the row context menu.ContextMenuNewRowGets or sets the text of the New item displayed within the row context menu.ContextMenuNewRowGets the image for the corresponding visual element in the context menu.
Makes the current row editable. Related members:
EditRowGets or sets the visibility of the Edit item displayed within the row context menu.ContextMenuEditRowGets or sets the text of the Edit item displayed within the row context menu.ContextMenuEditRowGets the image for the corresponding visual element in the context menu.
Deletes the current row. Related members:
DeleteRowGets or sets the visibility of the Delete item displayed within the row context menu.ContextMenuDeleteRowGets or sets the text of the Delete item displayed within the row context menu.ContextMenuDeleteRowGets the image for the corresponding visual element in the context menu.
A menu that allows users to add and remove group summary items. Related members:
VisibleSpecifies the visibility of the Group Summary context menu item.ContextMenuGroupSummaryGets or sets the text of the Group Summary item displayed in the row context menu.
A menu that allows users to export grid content. Related members:
VisibleSpecifies the visibility of the Export context menu item.ContextMenuExportGets or sets the text of the Export context menu item.
Refreshes grid data. Related members:
RefreshGets or sets the visibility of the Refresh item displayed within the row context menu.ContextMenuRefreshGets or sets the text of the Refresh item displayed within the row context menu.ContextMenuRefreshGets the image for the corresponding visual element in the context menu.
Refreshes grid data. Related members:
RefreshGets or sets the visibility of the Refresh item displayed within the row context menu.ContextMenuRefreshGets or sets the text of the Refresh item displayed within the row context menu.ContextMenuRefreshGets the image for the corresponding visual element in the context menu.
Expands all group rows. Related members:
FullExpandGets or sets the visibility of the Expand All item displayed within the column context menu.ContextMenuFullExpandGets or sets the text of the Expand All item displayed within the group panel and column context menus.ContextMenuFullExpandGets the image for the corresponding visual element in the context menu.
Collapses all group rows. Related members:
FullCollapseGets or sets the visibility of the Collapse All item displayed within the column context menu.ContextMenuFullCollapseGets or sets the text of the Collapse All item displayed within the group panel and column context menus.ContextMenuFullCollapseGets the image for the corresponding visual element in the context menu.
Sorts a grid by the current column in ascending order. Related members:
SortAscendingGets or sets the visibility of the Sort Ascending item displayed within the column context menu.ContextMenuSortAscendingGets or sets the text of the Sort Ascending item displayed within the column context menu.ContextMenuSortAscendingGets the image for the corresponding visual element in the context menu.
Sorts a grid by the current column in descending order. Related members:
SortDescendingGets or sets the visibility of the Sort Descending item displayed within the column context menu.ContextMenuSortDescendingGets or sets the text of the Sort Descending item displayed within the column context menu.ContextMenuSortDescendingGets the image for the corresponding visual element in the context menu.
Clears sorting by the current column. Related members:
ClearSortingGets or sets the visibility of the Clear Sorting item displayed within the column context menu.ContextMenuClearSortingGets or sets the text of the Clear Sorting item displayed within the column context menu.ContextMenuClearSortingGets the image for the corresponding visual element in the context menu.
Groups grid data by the current column. Related members:
GroupByColumnGets or sets the visibility of the Group by This Column item displayed within the column context menu.ContextMenuGroupByColumnGets or sets the text of the Group by This Column item displayed within the column context menu.ContextMenuGroupByColumnGets the image for the corresponding visual element in the context menu.
Ungroups grid data by the current column. Related members:
UngroupColumnGets or sets the visibility of the Ungroup item displayed within the column context menu.ContextMenuUngroupColumnGets or sets the text of the Ungroup item displayed within the column context menu.ContextMenuUngroupColumnGets the image for the corresponding visual element in the context menu.
Controls group panel visibility. Related members:
ShowGroupPanelGets or sets the visibility of the Group Panel item displayed within the column context menu.ContextMenuShowGroupPanelGets or sets the text of the Group Panel item displayed within the context menu.ContextMenuShowGroupPanelGets the image for the corresponding visual element in the context menu.
Shows the current column in the grid. Related members:
ShowColumnGets or sets the visibility of the Show Column item displayed within the column context menu.ContextMenuShowColumnGets or sets the text of the Show Column item displayed within the column context menu.ContextMenuShowColumnGets the image for the corresponding visual element in the context menu.
Hides the current column. Related members:
HideColumnGets or sets the visibility of the Hide Column item displayed within the column context menu.ContextMenuHideColumnGets or sets the text of the Hide Column item displayed within the column context menu.ContextMenuHideColumnGets the image for the corresponding visual element in the context menu.
Shows the Customization Dialog. Related members:
EnabledGets or sets whether the Customization Dialog is enabled.ContextMenuShowCustomizationDialogGets or sets the text of the Show Customization Dialog context menu item.ContextMenuShowCustomizationDialogGets the image for the corresponding visual element in the context menu.
Controls Customization Window visibility. Related members:
ShowCustomizationWindowGets or sets the visibility of the Column Chooser item displayed within the column context menu.ContextMenuShowCustomizationWindowGets or sets the text of the Column Chooser item displayed within the column context menu.ContextMenuShowCustomizationWindowGets the image for the corresponding visual element in the context menu.
Clears the filter in the filter row. Related members:
ClearFilterGets or sets the visibility of the Clear Filter item displayed within the column context menu.ContextMenuClearFilterGets or sets the text of the Clear Filter item displayed within the column context menu.ContextMenuClearFilterGets the image for the corresponding visual element in the context menu.
Controls search panel visibility. Related members:
ShowSearchPanelGets or sets the visibility of the Search Panel item displayed within the column context menu.ContextMenuShowSearchPanelGets or sets the text of the Search Panel item displayed within the context menu.ContextMenuShowSearchPanelGets the image for the corresponding visual element in the context menu.
Controls filter row visibility. Related members:
ShowFilterRowGets or sets the visibility of the Filter Row item displayed within the column context menu.ContextMenuShowFilterRowGets or sets the text of the Filter Row item displayed within the column context menu.ContextMenuShowFilterRowGets the image for the corresponding visual element in the context menu.
Controls filter row menu visibility. Related members:
ShowFilterRowMenuGets or sets the visibility of the Filter Row Menu item displayed within the column context menu.ContextMenuShowFilterRowMenuGets or sets the text of the Filter Row Menu item displayed within the column context menu.ContextMenuShowFilterRowMenuGets the image for the corresponding visual element in the context menu.
Controls filter builder visibility. Related members:
ShowFilterEditorGets or sets the visibility of the Filter Builder… item displayed within the column context menu.ContextMenuShowFilterEditorGets or sets the text of the Filter Builder… item displayed within the column context menu.ContextMenuShowFilterEditorGets the image for the corresponding visual element in the context menu.
Controls footer visibility. Related members:
ShowFooterGets or sets the visibility of the Footer item displayed within the column context menu.ContextMenuShowFooterGets or sets the text of the Footer item displayed within the column context menu.ContextMenuShowFooterGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the sum of current column cell values. Related members:
SummarySumGets or sets the visibility of the Sum item displayed within the footer context menu.ContextMenuSummarySumGets or sets the text of the Sum item displayed within the footer context menu.ContextMenuSummarySumGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the minimum cell value in the current column. Related members:
SummaryMinGets or sets the visibility of the Min item displayed within the footer context menu.ContextMenuSummaryMinGets or sets the text of the Min item displayed within the footer context menu.ContextMenuSummaryMinGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the maximum cell value in the current column. Related members:
SummaryMaxGets or sets the visibility of the Max item displayed within the footer context menu.ContextMenuSummaryMaxGets or sets the text of the Max item displayed within the footer context menu.ContextMenuSummaryMaxGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the count of current column cell values. Related members:
SummaryCountGets or sets the visibility of the Count item displayed within the footer context menu.ContextMenuSummaryCountGets or sets the text of the Count item displayed within the footer context menu.ContextMenuSummaryCountGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the average cell value in the current column. Related members:
SummaryAverageGets or sets the visibility of the Average item displayed within the footer context menu.ContextMenuSummaryAverageGets or sets the text of the Average item displayed within the footer context menu.ContextMenuSummaryAverageGets the image for the corresponding visual element in the context menu.
Hides all summary items in the current column. Related members:
SummaryNoneGets or sets the visibility of the None item displayed within the footer context menu.ContextMenuSummaryNoneGets or sets the text of the None item displayed within the footer context menu.ContextMenuSummaryNoneGets the image for the corresponding visual element in the context menu.
Expands all group rows. Related members:
FullExpandGets or sets the visibility of the Expand All item displayed within the group panel context menu.ContextMenuFullExpandGets or sets the text of the Expand All item displayed within the group panel and column context menus.ContextMenuFullExpandGets the image for the corresponding visual element in the context menu.
Collapses all group rows. Related members:
FullCollapseGets or sets the visibility of the Collapse All item displayed within the group panel context menu.ContextMenuFullCollapseGets or sets the text of the Collapse All item displayed within the group panel and column context menus.ContextMenuFullCollapseGets the image for the corresponding visual element in the context menu.
Controls group panel visibility. Related members:
ShowGroupPanelGets or sets the visibility of the Group Panel item displayed within the group panel context menu.ContextMenuShowGroupPanelGets or sets the text of the Group Panel item displayed within the context menu.ContextMenuShowGroupPanelGets the image for the corresponding visual element in the context menu.
Clears grouping. Related members:
ClearGroupingGets or sets the visibility of the Clear Grouping item displayed within the group panel context menu.ContextMenuClearGroupingGets or sets the text of the Clear Grouping item displayed within the group panel context menu.ContextMenuClearGroupingGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the sum of current column cell values. Related members:
SummarySumGets or sets the visibility of the Sum item displayed in the group footer context menu.ContextMenuSummarySumGets or sets the text of the Sum item displayed within the footer context menu.ContextMenuSummarySumGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the minimum cell value in the current column. Related members:
SummaryMinGets or sets the visibility of the Min item displayed in the group footer context menu.ContextMenuSummaryMinGets or sets the text of the Min item displayed within the footer context menu.ContextMenuSummaryMinGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the maximum cell value in the current column. Related members:
SummaryMaxGets or sets the visibility of the Max item displayed in the group footer context menu.ContextMenuSummaryMaxGets or sets the text of the Max item displayed within the footer context menu.ContextMenuSummaryMaxGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the count of current column cell values. Related members:
SummaryCountGets or sets the visibility of the Count item displayed in the group footer context menu.ContextMenuSummaryCountGets or sets the text of the Count item displayed within the footer context menu.ContextMenuSummaryCountGets the image for the corresponding visual element in the context menu.
Controls the visibility of a summary item that displays the average cell value in the current column. Related members:
SummaryAverageGets or sets the visibility of the Average item displayed in the group footer context menu.ContextMenuSummaryAverageGets or sets the text of the Average item displayed within the footer context menu.ContextMenuSummaryAverageGets the image for the corresponding visual element in the context menu.
Hides all summary items in the current column. Related members:
SummaryNoneGets or sets the visibility of the None item displayed in the group footer context menu.ContextMenuSummaryNoneGets or sets the text of the None item displayed within the footer context menu.ContextMenuSummaryNoneGets the image for the corresponding visual element in the context menu.