To learn more, see Customizing Context Menus in Context Menus.
Example
The following example demonstrates how to remove the "Show in Groups" item from the sort element menu:
XAML |
<dxg:TableView.CompactModeSortElementMenuCustomizations>
<dxb:RemoveAction ElementName="{x:Static dxg:CompactModeColumnSelectorMenuItemNames.ShowInGroups}" />
</dxg:TableView.CompactModeSortElementMenuCustomizations>
|