diff --git a/uwp/Color-Picker/Getting-Started.md b/uwp/Color-Picker/Getting-Started.md index 44415bc76..2a6559707 100644 --- a/uwp/Color-Picker/Getting-Started.md +++ b/uwp/Color-Picker/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with UWP Color Picker control | Syncfusion -description: Learn here about getting started with Syncfusion UWP Color Picker (SfColorPicker) control, its elements and more. +title: Getting started with UWP Color Picker Control | Syncfusion +description: Learn here all about getting started with Syncfusion UWP Color Picker control, its elements, and more. platform: uwp control: SfColorPicker documentation: ug --- -# Getting Started with UWP Color Picker (SfColorPicker) +# Getting Started with UWP Color Picker control This section explains how to create a RGB color model picker using the `SfColorPicker` control. diff --git a/uwp/DataGrid/Editing.md b/uwp/DataGrid/Editing.md index 82afa0273..3df910f50 100644 --- a/uwp/DataGrid/Editing.md +++ b/uwp/DataGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post -title: Editing in UWP DataGrid control | Syncfusion -description: Learn here all about Editing support in Syncfusion UWP DataGrid (SfDataGrid) control and more. +title: Editing in UWP DataGrid Control | Syncfusion +description: Learn here all about to enable and disable editing support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Editing in UWP DataGrid (SfDataGrid) +# Editing in UWP DataGrid (SfDataGrid) control SfDataGrid provides support for editing and it can be enabled or disabled by setting [SfDataGrid.AllowEditing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowEditing) property. @@ -227,7 +227,7 @@ SfDataGrid triggers the following events during editing. [CurrentCellBeginEdit](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs when the [CurrentCell](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GridCurrentCellManager.html#Syncfusion_UI_Xaml_Grid_GridCurrentCellManager_CurrentCell) enter into edit mode. [CurrentCellBeginEditEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.CurrentCellBeginEditEventArgs.html) has following members which provides information for `CurrentCellBeginEdit` event. -* [Cancel](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true): When set to ‘true’, the event is canceled and the `CurrentCell` does not enter into the edit mode. +* [Cancel](https://learn.microsoft.com/en-us/visualstudio/ide/not-in-toc/default?view=vs-2022&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.ComponentModel.CancelEventArgs.Cancel)&rd=true): When set to ‘true’, the event is canceled and the `CurrentCell` does not enter into the edit mode. * [RowColumnIndex](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.CurrentCellBeginEditEventArgs.html#Syncfusion_UI_Xaml_Grid_CurrentCellBeginEditEventArgs_RowColumnIndex): Gets the current row column index of the DataGrid. diff --git a/uwp/DataGrid/Styles-and-Templates.md b/uwp/DataGrid/Styles-and-Templates.md index b5d41a1bc..1f954c561 100644 --- a/uwp/DataGrid/Styles-and-Templates.md +++ b/uwp/DataGrid/Styles-and-Templates.md @@ -1,7 +1,7 @@ --- layout: post -title: Styles and Templates in UWP DataGrid control | Syncfusion -description: Learn here all about Styles and Templates support in Syncfusion UWP DataGrid (SfDataGrid) control and more. +title: Styles and Templates in UWP DataGrid Control | Syncfusion +description: Learn here all about styles and templates support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Styles and Templates in UWP DataGrid (SfDataGrid) +# Styles and Templates in UWP DataGrid (SfDataGrid) control The appearance of SfDataGrid and its inner elements (example: Cell, Row, Header, Summary and etc.) can be customized using various properties exposed and editing its Style. @@ -403,7 +403,7 @@ N> `GridColumn.CellStyle` takes higher priority than `SfDataGrid.CellStyle` prop ### Changing Grid line color -You can also change the gridline color by setting [GridCell.BorderBrush](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.Windows.Controls.Control.BorderBrush)&rd=true) property. +You can also change the gridline color by setting [GridCell.BorderBrush](https://learn.microsoft.com/en-us/visualstudio/ide/not-in-toc/default?view=vs-2022&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.Windows.Controls.Control.BorderBrushs)&rd=true) property. {% tabs %} {% highlight xaml %} diff --git a/uwp/RichTextBox/Localization.md b/uwp/RichTextBox/Localization.md index 107c7ed88..7c5f28d3b 100644 --- a/uwp/RichTextBox/Localization.md +++ b/uwp/RichTextBox/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in UWP RichTextBox control | Syncfusion -description: Learn here all about Localization support in Syncfusion UWP RichTextBox (SfRichTextBoxAdv) control and more. -platform: UWP +title: Localization in UWP RichTextBox Control | Syncfusion +description: Learn here all about localization support in Syncfusion UWP RichTextBox control, its elements, and more. +platform: uwp control: SfRichTextBoxAdv documentation: ug keywords: localization --- -# Localization in UWP RichTextBox (SfRichTextBoxAdv) +# Localization in UWP RichTextBox Control Localization is the process of configuring the application to a specific language. SfRichTextBoxAdv provides support to localize all the static text in radial menu and all its dialogs. Localization can be done by adding resource file (Resw) and setting the specific culture in the application.