Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ac81a5

Browse files
Update Readme.md (editor)
1 parent a800448 commit 9ac81a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Readme.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This example demonstrates how to create a [WPF Radial Context Menu](https://docs
1212

1313
## Implementation Details
1414

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.
1616

1717
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.
1818

@@ -22,7 +22,7 @@ The item's [Command](https://docs.devexpress.com/WPF/DevExpress.Xpf.Bars.BarItem
2222
<dxb:BarButtonItem Content="Copy" Glyph="{dx:DXImage Image=Copy_16x16.png}" Command="{Binding CopyCommand}" CommandTarget="{Binding}" />
2323
```
2424

25-
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.
2626

2727

2828
## Files to Review

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /