File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ public void OnCustomColumnDisplayText(CustomColumnDisplayTextEventArgs e) {
55
55
56
56
### Code-Behind
57
57
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 ) )
60
60
61
61
### MVVM
62
62
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 ) )
65
65
66
66
## Documentation
67
67
68
- * [ ` GridControl ` ] ( https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl )
68
+ * [ GridControl] ( https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl )
69
69
* [ Format Cell Values] ( https://docs.devexpress.com/WPF/400449/controls-and-libraries/data-grid/appearance-customization/format-cell-values )
70
70
* [ GridControl.CustomColumnDisplayText] ( https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl.CustomColumnDisplayText )
71
71
* [ GridControl.CustomColumnDisplayTextCommand] ( https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.GridControl.CustomColumnDisplayTextCommand )
You can’t perform that action at this time.
0 commit comments