Skip to content

Commit 57634ee

Browse files
Add minor changes after review
1 parent 6acbbad commit 57634ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ public void OnCustomColumnDisplayText(CustomColumnDisplayTextEventArgs e) {
5555

5656
### Code-Behind
5757

58-
* [MainWindow.xaml](./CS/DisplayCustomText_CodeBehind/MainWindow.xaml) ([VB](./VB/DisplayCustomText_CodeBehind/MainWindow.xaml))
59-
* [MainWindow.xaml.cs](./CS/DisplayCustomText_CodeBehind/MainWindow.xaml.cs#L20-L25) ([VB](./VB/DisplayCustomText_CodeBehind/MainWindow.xaml.vb#L22-L29))
58+
* [MainWindow.xaml](./CS/DisplayCustomText_CodeBehind/MainWindow.xaml) (VB: [MainWindow.xaml](./VB/DisplayCustomText_CodeBehind/MainWindow.xaml))
59+
* [MainWindow.xaml.cs](./CS/DisplayCustomText_CodeBehind/MainWindow.xaml.cs#L20-L25) (VB: [MainWindow.xaml.vb](./VB/DisplayCustomText_CodeBehind/MainWindow.xaml.vb#L22-L29))
6060

6161
### MVVM
6262

63-
* [MainWindow.xaml](./CS/DisplayCustomText_MVVM/MainWindow.xaml) ([VB](./VB/DisplayCustomText_MVVM/MainWindow.xaml))
64-
* [MainViewModel.cs](./CS/DisplayCustomText_MVVM/MainViewModel.cs#L32-L40) ([VB](./VB/DisplayCustomText_MVVM/MainViewModel.vb#L76-L84))
63+
* [MainWindow.xaml](./CS/DisplayCustomText_MVVM/MainWindow.xaml) (VB: [MainWindow.xaml](./VB/DisplayCustomText_MVVM/MainWindow.xaml))
64+
* [MainViewModel.cs](./CS/DisplayCustomText_MVVM/MainViewModel.cs#L32-L40) (VB: [MainViewModel.vb](./VB/DisplayCustomText_MVVM/MainViewModel.vb#L76-L84))
6565

6666
## Documentation
6767

68-
* [`GridControl`](https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl)
68+
* [GridControl](https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl)
6969
* [Format Cell Values](https://docs.devexpress.com/WPF/400449/controls-and-libraries/data-grid/appearance-customization/format-cell-values)
7070
* [GridControl.CustomColumnDisplayText](https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl.CustomColumnDisplayText)
7171
* [GridControl.CustomColumnDisplayTextCommand](https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl.CustomColumnDisplayTextCommand)

0 commit comments

Comments
 (0)