Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
2) CloseAll
3) CloseAllButThis

Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions.
Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions.

KB article - [How to bind custom commands to built-in context menu items of document tabitem in WPF DockingManager?](https://www.syncfusion.com/kb/8787/how-to-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-wpf)