You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This example demonstrates how to create a [WPF Radial Context Menu](https://docs
12
12
13
13
## Implementation Details
14
14
15
-
The radial menu's DataContext is bound to the window's DataContext. The DataContext is set to a `RadialContextMenuViewModel` object (it is automatically generated by `DevExpress.Mvvm.POCO.ViewModelSource`). This object automatically generates commands for all public methods in the `RadialContextMenuViewModel` class.
15
+
The radial menu's DataContext is bound to the window's DataContext. The DataContext is set to a `RadialContextMenuViewModel` object (which is automatically generated by `DevExpress.Mvvm.POCO.ViewModelSource`). This object automatically generates commands for all public methods in the `RadialContextMenuViewModel` class.
16
16
17
17
The radial menu displays four items: "Copy", "Cut", "Paste", and "Select All". The "Select All" item is a sub-menu with "Clear" and "Select All" items.
18
18
@@ -22,7 +22,7 @@ The item's [Command](https://docs.devexpress.com/WPF/DevExpress.Xpf.Bars.BarItem
Use the the [BarManager.DXContextMenu](https://docs.devexpress.com/WPF/DevExpress.Xpf.Bars.BarManager.DXContextMenu) property to assign the radial context menu to the text box.
25
+
Use the [BarManager.DXContextMenu](https://docs.devexpress.com/WPF/DevExpress.Xpf.Bars.BarManager.DXContextMenu) property to assign the radial context menu to the text box.
0 commit comments