Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wpf/Color-Picker-Palette/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ colorPickerPalette.Height = 40;

![WPF Color Picker Palette with more color panel](getting-started_images/wpf-color-picker-palette-window.gif)

N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/dealing-with-colorpickerpalette) page that explains the panel visibility support.
N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/working-with-colorpickerpalette) page that explains the panel visibility support.

## Reset selected color

Expand Down
2 changes: 1 addition & 1 deletion wpf/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation: ug
Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfdiagram) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the control in any application.

You can find more details about installing the NuGet package in a WPF application in the following link:
[How to install nuget packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages)
[How to install nuget packages](https://help.syncfusion.com/wpf/installation/install-nuget-packages)


The following section helps you to build your application with SfDiagram.
Expand Down
2 changes: 1 addition & 1 deletion wpf/MaskedTextBox/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ sfMaskedEdit.Mask = @"-?\d+\.?\d*";

Here, the `SfMaskedEdit` accept the positive and negative whole or float type numbers.

N> Please refer the [Restrict the user to enter valid data](https://help.syncfusion.com/wpf/maskedtextbox/working-with-sfmaskededit#restrict-the-user-to-enter-valid-data) page to know more about the various mask pattern with examples.
N> Please refer the [Restrict the user to enter valid data](https://help.syncfusion.com/wpf/maskedtextbox/input-restriction#restrict-the-user-to-enter-valid-data) page to know more about the various mask pattern with examples.

N> View [Sample](https://github.com/SyncfusionExamples/syncfusion-wpf-maskedtextbox-examples/tree/master/Samples/InputOptions) in GitHub

Expand Down
2 changes: 1 addition & 1 deletion wpf/Syntax-Editor/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section explains how to create an interactive code editor application like

Refer to the [Control Dependencies](https://help.syncfusion.com/wpf/control-dependencies#edit-control) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the control in any application.

Refer to this [documentation](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) to find more details about installing nuget packages in a WPF application.
Refer to this [documentation](https://help.syncfusion.com/wpf/installation/install-nuget-packages) to find more details about installing nuget packages in a WPF application.


## Creating simple application with EditControl
Expand Down