From 64dbaf3098fb22d27aae3742dbf1e57e5859c054 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Wed, 29 May 2024 09:07:18 +0300 Subject: [PATCH 1/2] SEO-182428-page-with-redirect-links --- wpf/Breadcrumb/Getting-Started.md | 2 +- wpf/Button/MVVM.md | 4 ++-- wpf/Card-View/Localization.md | 4 ++-- wpf/Charts/CodedUI.md | 4 ++-- wpf/CheckedListBox/Check-items.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wpf/Breadcrumb/Getting-Started.md b/wpf/Breadcrumb/Getting-Started.md index 1006b1bb39..3688492eed 100644 --- a/wpf/Breadcrumb/Getting-Started.md +++ b/wpf/Breadcrumb/Getting-Started.md @@ -151,7 +151,7 @@ this.Content = hierarchyNavigator1; ## Bind data -HierarchyNavigator accepts any business object collection to be bound to its [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssourceproperty?view=netframework-4.7.2) property. Refer [Data binding](https://help.syncfusion.com/wpf/breadcrumb/populating-data) section for more details. +HierarchyNavigator accepts any business object collection to be bound to its [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssourceproperty?view=netframework-4.7.2) property. Refer [Data binding](https://help.syncfusion.com/wpf/breadcrumb/populating-data) section for more details. The steps to bind to a Business Object collection are as follows: diff --git a/wpf/Button/MVVM.md b/wpf/Button/MVVM.md index f482898c2d..dbe02a897d 100644 --- a/wpf/Button/MVVM.md +++ b/wpf/Button/MVVM.md @@ -11,8 +11,8 @@ documentation: ug The command and command parameter properties allow to execute any action on clicking the button control. -* **Command** - The [Command](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.command?view=netframework-4.8) property accept all commands derived from interface [ICommand](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8). -* **CommandParameter** - The [CommandParameter](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.commandparameter?view=netframework-4.8) property allows the user to provide additional data required in the command handler in-order to perform any operation. +* **Command** - The [Command](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.command?view=netframework-4.8) property accept all commands derived from interface [ICommand](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8). +* **CommandParameter** - The [CommandParameter](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommandsource.commandparameter?view=netframework-4.8) property allows the user to provide additional data required in the command handler in-order to perform any operation. {% tabs %} {% highlight xaml %} diff --git a/wpf/Card-View/Localization.md b/wpf/Card-View/Localization.md index 7fed642bc1..3cd9059111 100644 --- a/wpf/Card-View/Localization.md +++ b/wpf/Card-View/Localization.md @@ -9,7 +9,7 @@ documentation: ug # Localization in WPF Card View -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) after `InitializeComponent` method. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) after `InitializeComponent` method. Below application culture changed to French. @@ -28,7 +28,7 @@ public MainWindow() {% endtabs %} -To localize the CardView based on [CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) using resource files, follow the below steps. +To localize the CardView based on [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) using resource files, follow the below steps. **Step 1:** Create new folder and named as **Resources** in your application. diff --git a/wpf/Charts/CodedUI.md b/wpf/Charts/CodedUI.md index 4fcf4a6a0e..6d4f0a30ef 100644 --- a/wpf/Charts/CodedUI.md +++ b/wpf/Charts/CodedUI.md @@ -40,7 +40,7 @@ Coded UI provides support only in, * Visual Studio Enterprise * Visual Studio Ultimate -For more info about the platforms and configurations refer [here](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings?view=vs-2015) +For more info about the platforms and configurations refer [here](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/test/supported-configurations-and-platforms-for-coded-ui-tests-and-action-recordings?view=vs-2015) ## Configuration @@ -60,7 +60,7 @@ For Visual Studio 2012: C:\Program Files (x86)\Common Files\Microsoft Shared\VST For Visual Studio 2013: C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\12.0\UITestExtensionPackages -N> Syncfusion.SfChart.CUITExtension.WPF.dll need to be installed in GAC location. Please refer the MSDN link for_ [GAC](https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) _installation. +N> Syncfusion.SfChart.CUITExtension.WPF.dll need to be installed in GAC location. Please refer the MSDN link for_ [GAC](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) _installation. ## Getting Started diff --git a/wpf/CheckedListBox/Check-items.md b/wpf/CheckedListBox/Check-items.md index 4ca8a49c40..2c268e9b87 100644 --- a/wpf/CheckedListBox/Check-items.md +++ b/wpf/CheckedListBox/Check-items.md @@ -9,7 +9,7 @@ documentation: ug # Check Items in WPF CheckedListBox (CheckListBox) -In [CheckListBox](https://www.syncfusion.com/wpf-ui-controls/CheckedListBox), items present in the control can be checked or unchecked either by using any one of the following ways: +In [CheckListBox](https://www.syncfusion.com/wpf-controls/checkedlistbox), items present in the control can be checked or unchecked either by using any one of the following ways: 1. Using Collection 2. Using Property @@ -348,7 +348,7 @@ private void CheckListBox_ItemChecked(object sender, ItemCheckedEventArgs e) ## Selection changed notification -When the selected item is changed, it will be notified by using the [SelectionChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.CheckListBox.html) event.The [SelectionChangedEventArgs](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.selectionchangedeventargs?redirectedfrom=MSDN&view=netframework-4.8) has the following members that provides information for the `SelectionChanged` event: +When the selected item is changed, it will be notified by using the [SelectionChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.CheckListBox.html) event.The [SelectionChangedEventArgs](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.selectionchangedeventargs?redirectedfrom=MSDN&view=netframework-4.8) has the following members that provides information for the `SelectionChanged` event: * **Added items** : Gets a collection of the underlying data objects in which the selection has to be processed. From fd69c692a3336f7bbde27cb509a8ae4542a74d1e Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Wed, 29 May 2024 10:40:06 +0300 Subject: [PATCH 2/2] To fix CI issue --- wpf/Button/MVVM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Button/MVVM.md b/wpf/Button/MVVM.md index dbe02a897d..53d6a8c7f5 100644 --- a/wpf/Button/MVVM.md +++ b/wpf/Button/MVVM.md @@ -2,7 +2,7 @@ layout: post title: MVVM in WPF Button control | Syncfusion description: Learn here all about MVVM support in Syncfusion WPF Button (ButtonAdv) control, its elements and more details. -platform: WPF +platform: wpf control: ButtonAdv documentation: ug ---