From f3d1c80435a56300515537b9a86467c8d9c6de17 Mon Sep 17 00:00:00 2001 From: SriRadheshNag Date: Tue, 25 Mar 2025 16:31:41 +0530 Subject: [PATCH] Updates note tag for controls --- MAUI/DataForm/Data-annotations.md | 4 +- MAUI/DataForm/DataForm-settings.md | 28 +++++------ MAUI/DataForm/Editing.md | 6 +-- MAUI/DataForm/Editors.md | 50 +++++++++---------- MAUI/DataForm/Validation.md | 4 +- MAUI/DataForm/accessibility.md | 2 +- MAUI/DataForm/explicit-data-editors.md | 6 +-- MAUI/DataForm/floating-label-layout.md | 12 ++--- MAUI/DataForm/getting-started.md | 2 +- MAUI/DataForm/grouping.md | 4 +- MAUI/DataForm/layout.md | 8 +-- MAUI/DataForm/localization.md | 4 +- MAUI/DigitalGauge/Getting-Started.md | 2 +- MAUI/ImageEditor/accessibility.md | 4 +- MAUI/ImageEditor/custom-view.md | 6 +-- MAUI/ImageEditor/events.md | 4 +- MAUI/ImageEditor/getting-started.md | 14 +++--- MAUI/ImageEditor/imagefilter.md | 2 +- MAUI/ImageEditor/localization.md | 2 +- MAUI/ImageEditor/save.md | 4 +- MAUI/ImageEditor/serialization.md | 2 +- MAUI/ImageEditor/shape.md | 10 ++-- MAUI/ImageEditor/text.md | 10 ++-- MAUI/ImageEditor/toolbar-customization.md | 16 +++--- MAUI/ImageEditor/transformation.md | 2 +- MAUI/ImageEditor/undo-redo.md | 2 +- MAUI/Maps/bubble.md | 2 +- MAUI/Maps/getting-started.md | 6 +-- MAUI/Maps/legend.md | 4 +- MAUI/Maps/markers.md | 6 +-- MAUI/Maps/migration.md | 30 +++++------ MAUI/Maps/overview.md | 2 +- MAUI/Maps/selection.md | 2 +- MAUI/Maps/shape-sublayer.md | 20 ++++---- MAUI/Maps/shape.md | 4 +- MAUI/Maps/tile-layer.md | 6 +-- MAUI/Maps/tooltip.md | 10 ++-- MAUI/Maps/vector-layers/circle-layer.md | 2 +- MAUI/Maps/vector-layers/line-layer.md | 2 +- MAUI/Maps/zoom-pan.md | 14 +++--- MAUI/Scheduler/accessibility.md | 8 +-- MAUI/Scheduler/agenda-view.md | 12 ++--- MAUI/Scheduler/appointments.md | 42 ++++++++-------- MAUI/Scheduler/calendar-types.md | 2 +- MAUI/Scheduler/cell-selection.md | 4 +- MAUI/Scheduler/date-navigation-restriction.md | 12 ++--- MAUI/Scheduler/day-week-views.md | 26 +++++----- MAUI/Scheduler/drag-and-drop-appointments.md | 8 +-- MAUI/Scheduler/events.md | 10 ++-- MAUI/Scheduler/getting-started.md | 14 +++--- MAUI/Scheduler/header-view.md | 2 +- MAUI/Scheduler/load-on-demand.md | 8 +-- MAUI/Scheduler/localization.md | 2 +- MAUI/Scheduler/month-view.md | 10 ++-- MAUI/Scheduler/reminders.md | 4 +- MAUI/Scheduler/resource-view.md | 4 +- MAUI/Scheduler/timeline-views.md | 26 +++++----- MAUI/Segmented-Control/customization.md | 2 +- MAUI/Segmented-Control/disabled-segment.md | 4 +- MAUI/Segmented-Control/layout.md | 2 +- MAUI/Segmented-Control/selection.md | 4 +- MAUI/TreeMap/accessibility.md | 2 +- MAUI/TreeMap/brush-settings.md | 2 +- MAUI/TreeMap/getting-started.md | 4 +- MAUI/TreeMap/leaf-item-settings.md | 2 +- MAUI/TreeMap/legend.md | 14 +++--- MAUI/TreeMap/levels.md | 2 +- MAUI/TreeMap/selection-and-highlights.md | 4 +- MAUI/TreeMap/tooltip.md | 4 +- 69 files changed, 280 insertions(+), 280 deletions(-) diff --git a/MAUI/DataForm/Data-annotations.md b/MAUI/DataForm/Data-annotations.md index 4d8cd2f63b..4a7b279558 100644 --- a/MAUI/DataForm/Data-annotations.md +++ b/MAUI/DataForm/Data-annotations.md @@ -224,7 +224,7 @@ public string Name { get; set; } {% endhighlight %} {% endtabs %} -N> The `ReadOnlyAttribute` takes higher priority than `EditableAttribute` +>Note: The `ReadOnlyAttribute` takes higher priority than `EditableAttribute` ## DataType attribute @@ -373,4 +373,4 @@ public DateTime EventDate { get; set; } {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormAnnotations) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormAnnotations) \ No newline at end of file diff --git a/MAUI/DataForm/DataForm-settings.md b/MAUI/DataForm/DataForm-settings.md index aeece1a78e..1e5013e1bd 100644 --- a/MAUI/DataForm/DataForm-settings.md +++ b/MAUI/DataForm/DataForm-settings.md @@ -215,7 +215,7 @@ For [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Data You can change the data editor settings by using the property of [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. Here, `Salary` data field is restricted from being edited in the data form. @@ -241,7 +241,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can change the specific editor visibility by using the [IsVisible](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormViewItem.html#Syncfusion_Maui_DataForm_DataFormViewItem_IsVisible) property of the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. Here, the `LastName` data field will be hidden. @@ -285,7 +285,7 @@ public string MiddleName { get; set; } You can show the watermark in the editor by using the [PlaceholderText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_PlaceholderText) property of [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -311,7 +311,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can change the color for the watermark in the editor by using the [PlaceholderColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_PlaceholderColor) property of the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -338,7 +338,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can create a space around a label and editor by using the [Padding](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormViewItem.html#Syncfusion_Maui_DataForm_DataFormViewItem_Padding) property in the DataFormItem by using the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. Here, the `FirstName` data field will be changed from the default position. @@ -366,7 +366,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can change the label width, label position, and editor width. This is possible by using the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. In the event, change the layout settings by using the [DefaultLayoutSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_DefaultLayoutSettings) property in the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. By default label position is left. @@ -396,7 +396,7 @@ Please refer [here](https://help.syncfusion.com/maui/dataform/layout#change-the- You can change the background color for the label and editor by using [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -438,7 +438,7 @@ public string Name { get; set; } You can change the label text by using the [LabelText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_LabelText) property of [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -479,7 +479,7 @@ public string MiddleName { get; set; } You can hide the label text for an editor by using the [ShowLabel](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_ShowLabel) property of [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -509,7 +509,7 @@ You can change the order of item's within a row using [ItemsOrderInRow](https:// Refer [here](https://help.syncfusion.com/maui/dataform/layout#changing-order-of-the-editors) to know more about changing order of the editors. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -536,7 +536,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can set the label icon instead of label text by using [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} @@ -559,13 +559,13 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs ![Leading label icon in .NET MAUI DataForm.](images/layout/leading-label-icon.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/LabelIconSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/LabelIconSample) ## Change the Text style You can change the text styles of the label, editor, valid message, and error message by using the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. @@ -674,4 +674,4 @@ public class DataFormItemManagerEditorExt : DataFormItemManager {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/EditorViewCustomizationSample) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/EditorViewCustomizationSample) \ No newline at end of file diff --git a/MAUI/DataForm/Editing.md b/MAUI/DataForm/Editing.md index b7f17a6ee4..82b33b0610 100644 --- a/MAUI/DataForm/Editing.md +++ b/MAUI/DataForm/Editing.md @@ -101,9 +101,9 @@ this.dataForm.Commit(); {% endhighlight %} {% endtabs %} -N> On manual commit, manual validation will be called to validate the properties before the commit. +>Note: On manual commit, manual validation will be called to validate the properties before the commit. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ManualCommit) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ManualCommit) ## Value converter attribute @@ -144,7 +144,7 @@ public class StringToDateTimeConverter : IValueConverter Here, the editor will display the original value as `DateTime`. While committing, it is converted to a `string` and stored in the data object. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ConvertersSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ConvertersSample) ## Read only mode diff --git a/MAUI/DataForm/Editors.md b/MAUI/DataForm/Editors.md index 9e57bec1e0..12b27997c5 100644 --- a/MAUI/DataForm/Editors.md +++ b/MAUI/DataForm/Editors.md @@ -266,7 +266,7 @@ public string Name { get; set; } In `Text`, `MultilineText` and `Password` editors you can change the soft input keyboard type by using the [Keyboard](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTextEditorItem.html#Syncfusion_Maui_DataForm_DataFormTextEditorItem_Keyboard) property of [DataFormTextEditorItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTextEditorItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -286,7 +286,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs In `Text`, `MultilineText`, and `Password` editors you can set the maximum allowed length of input by using the [MaxLength](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTextEditorItem.html#Syncfusion_Maui_DataForm_DataFormTextEditorItem_MaxLength) property of [DataFormTextEditorItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTextEditorItem.html?tabs=tabid-1) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -494,7 +494,7 @@ public DateTime? EventDate { get; set; } In the [DatePicker](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/datepicker?view=net-maui-7.0), the short date will be shown by default. You can change the applied format by setting the [Format](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDateItem.html#Syncfusion_Maui_DataForm_DataFormDateItem_Format) property of [DataFormDateItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDateItem.html?tabs=tabid-1%2Ctabid-6%2Ctabid-11) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -516,7 +516,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can customize the maximum and minimum allowable dates in the [DatePicker](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/datepicker?view=net-maui-7.0) by setting the [MaximumDate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDateItem.html#Syncfusion_Maui_DataForm_DataFormDateItem_MaximumDisplayDate) and [MinimumDate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDateItem.html#Syncfusion_Maui_DataForm_DataFormDateItem_MinimumDisplayDate) of the [DataFormDateItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDateItem.html) respectively in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -557,7 +557,7 @@ public TimeSpan? EventTime { get; set; } In the time editor, a short time will be shown by default. You can change the applied format by setting the [Format](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTimeItem.html#Syncfusion_Maui_DataForm_DataFormTimeItem_Format) property of [DataFormTimeItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormTimeItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -597,7 +597,7 @@ public bool RegisteredMember { get; set; } By default, the checkbox color is blue. You can change the checkbox color by using [Color](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormCheckBoxItem.html#Syncfusion_Maui_DataForm_DataFormCheckBoxItem_Color) property of [DataFormCheckBoxItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormCheckBoxItem.html?tabs=tabid-1) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -643,7 +643,7 @@ public bool AirplaneMode { get; set; } #### Changing the Switch Editor thumb color You can change the thumb color by using the [ThumbColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormSwitchItem.html#Syncfusion_Maui_DataForm_DataFormSwitchItem_ThumbColor) property of the [DataFormSwitchItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormSwitchItem.html?tabs=tabid-1%2Ctabid-3) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -665,7 +665,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can change the switch on color by using the [OnColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormSwitchItem.html#Syncfusion_Maui_DataForm_DataFormSwitchItem_OnColor) property of the [DataFormSwitchItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormSwitchItem.html?tabs=tabid-1%2Ctabid-3) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -728,7 +728,7 @@ this.dataForm.RegisterEditor("Country", DataFormEditorType.ComboBox); You can also set the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) for combo box editor by using the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -828,7 +828,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs By default, the combo box drop down list item height is `400d`. You can change the size for the drop down list item size by using the [MaxDropDownHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormComboBoxItem.html#Syncfusion_Maui_DataForm_DataFormComboBoxItem_MaxDropDownHeight) property of the [DataFormComboBoxItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormComboBoxItem.html?tabs=tabid-1%2Ctabid-3) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -850,9 +850,9 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can display the complex type property values in the combo box editor by using the [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) properties of [DataFormComboBoxItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormComboBoxItem.html). You need to use the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event to set the [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) property value of [DataFormComboBoxItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormComboBoxItem.html?tabs=tabid-1%2Ctabid-3) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. -N> Class cannot be directly set as data type for combo box editor in this complex type scenario. +>Note: Class cannot be directly set as data type for combo box editor in this complex type scenario. {% tabs %} {% highlight C# %} @@ -911,7 +911,7 @@ public class EmployeeInfo {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) ## AutoComplete editor @@ -967,7 +967,7 @@ this.dataForm.RegisterEditor("Country", DataFormEditorType.AutoComplete); You can also set [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) for autocomplete editor by using the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) property of the [DataFormAutoCompleteItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormAutoCompleteItem.html?tabs=tabid-1) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -1006,9 +1006,9 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can display the complex type property values in autocomplete editor by using the [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) properties of [DataFormAutoCompleteItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormAutoCompleteItem.html). You need to use the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event to set the [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) property values of [DataFormAutoCompleteItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormAutoCompleteItem.html?tabs=tabid-1) when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. -N> Class cannot be directly set as data type for autocomplete editor in this complex type scenario. +>Note: Class cannot be directly set as data type for autocomplete editor in this complex type scenario. {% tabs %} {% highlight C# %} @@ -1067,7 +1067,7 @@ public class EmployeeInfo {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) #### AutoComplete editor suggestion options @@ -1181,7 +1181,7 @@ this.dataForm.RegisterEditor("Country", DataFormEditorType.Picker); You can also set [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) for the picker editor by using the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) property of the [DataFormPickerItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormPickerItem.html) in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -1210,9 +1210,9 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs You can display the complex type property values in the picker editor by using the [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) properties of [DataFormPickerItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormPickerItem.html). You need to use the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event to set [DisplayMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_DisplayMemberPath) and [SelectedValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html?tabs=tabid-1#Syncfusion_Maui_DataForm_DataFormListItem_SelectedValuePath) property values when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. -N> Class cannot be directly set as data type for picker editor in this complex type scenario. +>Note: Class cannot be directly set as data type for picker editor in this complex type scenario. {% tabs %} {% highlight C# %} @@ -1271,7 +1271,7 @@ public class EmployeeInfo {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ComplexItemsSource) ## RadioGroup editor @@ -1330,7 +1330,7 @@ public class DataFormItemsSourceProvider : IDataFormSourceProvider ![Radiogroup editor in .NET MAUI DataForm.](images/editors/dataform-radio-group-editor.png) -N> [View editors sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormEditors) +>Note: [View editors sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormEditors) ## Segment editor @@ -1377,7 +1377,7 @@ this.dataForm.RegisterEditor("Country", DataFormEditorType.Segment); You can also set [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) for the segment editor by using the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormListItem.html#Syncfusion_Maui_DataForm_DataFormListItem_ItemsSource) property of the DataFormSegmentItem in the [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is true. -N> If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. +>Note: If [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false, you can set the property directly by using the [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html). Please refer [here](https://help.syncfusion.com/maui/dataform/dataform-settings#explicitly-create-data-editors) to learn more about creating data editors explicitly. {% tabs %} {% highlight C# %} @@ -1558,8 +1558,8 @@ public class NumericTextEditor : IDataFormEditor {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/CustomEditorSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/CustomEditorSample) If [SfDataForm.ValidationMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ValidationMode) is set to [ValidationMode.Manual](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormValidationMode.html#Syncfusion_Maui_DataForm_DataFormValidationMode_Manual), then update [DataFormCustomItem.EditorValue](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormCustomItem.html#Syncfusion_Maui_DataForm_DataFormCustomItem_EditorValue) property once the value is committed to its respective model property. This value will be used for the [DataFormValidateFormEventArgs.NewValues](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormValidatePropertyEventArgs.html#Syncfusion_Maui_DataForm_DataFormValidatePropertyEventArgs_NewValue) on manual validation. -N> If custom validation is required, you can set error and valid messages using the [SfDataForm.ValidateProperty](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ValidateProperty) event. +>Note: If custom validation is required, you can set error and valid messages using the [SfDataForm.ValidateProperty](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ValidateProperty) event. diff --git a/MAUI/DataForm/Validation.md b/MAUI/DataForm/Validation.md index d3a0110d4a..814db9141a 100644 --- a/MAUI/DataForm/Validation.md +++ b/MAUI/DataForm/Validation.md @@ -131,7 +131,7 @@ If the data form or property is valid, `true` will be returned. Or else `false` ![Error message in .NET MAUI DataForm.](images/validation/error-message.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ManualValidation) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ManualValidation) ## Valid message @@ -154,7 +154,7 @@ public string Password { get; set; } Get the validation details of all the editors of the data form using the [ValidateForm](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ValidateForm) event of the data form. -N> This event will be raised once after the manual validation call using the [SfDataForm.Validate()](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_Validate) method. +>Note: This event will be raised once after the manual validation call using the [SfDataForm.Validate()](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_Validate) method. {% tabs %} {% highlight c# tabtitle="MainPage.xaml.cs" %} diff --git a/MAUI/DataForm/accessibility.md b/MAUI/DataForm/accessibility.md index d6a9f36c58..1096162806 100644 --- a/MAUI/DataForm/accessibility.md +++ b/MAUI/DataForm/accessibility.md @@ -27,5 +27,5 @@ Shift + Tab

Moves to the previous editor in DataForm

-N>In the DataForm multiline editor, the Enter key is not functioning to move to the next editor. +>Note:In the DataForm multiline editor, the Enter key is not functioning to move to the next editor. diff --git a/MAUI/DataForm/explicit-data-editors.md b/MAUI/DataForm/explicit-data-editors.md index 736c7804cf..0e4849bd76 100644 --- a/MAUI/DataForm/explicit-data-editors.md +++ b/MAUI/DataForm/explicit-data-editors.md @@ -13,7 +13,7 @@ documentation: UG The data form auto-generates the editors based on the data type. You can explicitly add the data editors by adding [SfDataForm.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_Items) manually, and you need to change the [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) property to false. -N> Use the [FieldName](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_FieldName) property to bind the editor to the data object property. +>Note: Use the [FieldName](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_FieldName) property to bind the editor to the data object property. [GenerateDataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GenerateDataFormItem) event will not be triggered when [AutoGenerateItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_AutoGenerateItems) is false. {% tabs %} @@ -215,7 +215,7 @@ You can add custom editor manually by adding the custom view as an [EditorView]( {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ExplicitDataFormItems) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/ExplicitDataFormItems) ## Explicitly create data editors from custom data dictionary @@ -288,4 +288,4 @@ public class DataFormItemManagerExt : DataFormItemManager {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/CustomDataDictionarySample) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/CustomDataDictionarySample) \ No newline at end of file diff --git a/MAUI/DataForm/floating-label-layout.md b/MAUI/DataForm/floating-label-layout.md index b3a8540027..7900dec26b 100644 --- a/MAUI/DataForm/floating-label-layout.md +++ b/MAUI/DataForm/floating-label-layout.md @@ -83,7 +83,7 @@ Dataform supports the floating label layout for the following editors. * Date picker * Time picker -N> The time picker will not work in the Windows platform within the text input layout. +>Note: The time picker will not work in the Windows platform within the text input layout. ## Container types Containers enhance the perspective of the dataform editor views. By default, the container type is [Outlined](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.TextInputLayoutContainerType.html#Syncfusion_Maui_DataForm_TextInputLayoutContainerType_Outlined). By using the [ContainerType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.TextInputLayoutSettings.html#Syncfusion_Maui_DataForm_TextInputLayoutSettings_ContainerType) property of the [TextInputLayoutSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.TextInputLayoutSettings.html) in [DataForm](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html) or [DataFormItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html), modify the container type to [Filled](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.TextInputLayoutContainerType.html#Syncfusion_Maui_DataForm_TextInputLayoutContainerType_Filled) or [None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.TextInputLayoutContainerType.html#Syncfusion_Maui_DataForm_TextInputLayoutContainerType_None). @@ -286,7 +286,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs {% endhighlight %} {% endtabs %} -N> The [LeadingView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_LeadingView) is applicable for both [Default](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_Default) and [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout) layout types +>Note: The [LeadingView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_LeadingView) is applicable for both [Default](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_Default) and [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout) layout types ![Leading view in .NET MAUI DataForm.](images/floating-label-layout/leading-view.png) @@ -332,7 +332,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs {% endhighlight %} {% endtabs %} -N> The [TrailingView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_TrailingView) is applicable only when the [LayoutType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_LayoutType) is [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout). +>Note: The [TrailingView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_TrailingView) is applicable only when the [LayoutType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormItem.html#Syncfusion_Maui_DataForm_DataFormItem_LayoutType) is [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout). ![Trailing view in .NET MAUI DataForm.](images/floating-label-layout/trailing-view.png) @@ -865,11 +865,11 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs ![Focused and unfocused stroke thickness in .NET MAUI DataForm.](images/floating-label-layout/stroke-thickness.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/FloatingLabelLayoutSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/FloatingLabelLayoutSample) ## Unsupported editors The Floating label layout does not support non-editable editors such as [RadioGroup editor](https://help.syncfusion.com/maui/dataform/editors#radiogroup-editor), [CheckBox editor](https://help.syncfusion.com/maui/dataform/editors#checkbox-editor), and [Switch editor](https://help.syncfusion.com/maui/dataform/editors#switch-editor). -N> By default, the layout type of unsupported editors is `Default`. You can also set the layout type for the unsupported editor using this [Changing layout type of the DataFormItem](https://help.syncfusion.com/maui/dataform/floating-label-layout#changing-the-layout-type-for-the-editor). +>Note: By default, the layout type of unsupported editors is `Default`. You can also set the layout type for the unsupported editor using this [Changing layout type of the DataFormItem](https://help.syncfusion.com/maui/dataform/floating-label-layout#changing-the-layout-type-for-the-editor). -N> The time picker will not work in Windows platform within the text input layout. \ No newline at end of file +>Note: The time picker will not work in Windows platform within the text input layout. \ No newline at end of file diff --git a/MAUI/DataForm/getting-started.md b/MAUI/DataForm/getting-started.md index 5e5913951a..b6542c17c7 100644 --- a/MAUI/DataForm/getting-started.md +++ b/MAUI/DataForm/getting-started.md @@ -439,7 +439,7 @@ public partial class MainPage : ContentPage {% endtabcontent %} {% endtabcontents %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/GettingStarted) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/GettingStarted) ## DataForm inside stack layout diff --git a/MAUI/DataForm/grouping.md b/MAUI/DataForm/grouping.md index 19734f14fe..5b5d8a563f 100644 --- a/MAUI/DataForm/grouping.md +++ b/MAUI/DataForm/grouping.md @@ -413,7 +413,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs ![Group header padding in .NET MAUI DataForm.](images/grouping/padding.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormGrouping) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/DataFormGrouping) ## Group header customization @@ -438,5 +438,5 @@ The group header of the dataform can be customized by using the [GroupHeaderTemp {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the [GroupHeaderTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_GroupHeaderTemplate) is the [DataFormGroupItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormGroupItem.html). diff --git a/MAUI/DataForm/layout.md b/MAUI/DataForm/layout.md index acfc81ebce..3ed85bba1b 100644 --- a/MAUI/DataForm/layout.md +++ b/MAUI/DataForm/layout.md @@ -49,7 +49,7 @@ this.Content = dataForm; {% endhighlight %} {% endtabs %} -N> Setting the [ColumnCount](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ColumnCount) property to SfDataForm does not arrange the data fields in a group according to the column count. To set the column count for data fields in the data form group, refer to the [loading different layout for data form group](https://help.syncfusion.com/maui/dataform/grouping#changing-the-layout-for-the-group). +>Note: Setting the [ColumnCount](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.SfDataForm.html#Syncfusion_Maui_DataForm_SfDataForm_ColumnCount) property to SfDataForm does not arrange the data fields in a group according to the column count. To set the column count for data fields in the data form group, refer to the [loading different layout for data form group](https://help.syncfusion.com/maui/dataform/grouping#changing-the-layout-for-the-group). When the label position is Top, the grid layout is shown as follows: @@ -191,7 +191,7 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs ![Leading label icon in .NET MAUI DataForm.](images/layout/leading-label-icon.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/LabelIconSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/LabelIconSample) ## Changing order of the editors @@ -278,7 +278,7 @@ this.Content = dataForm; {% endhighlight %} {% endtabs %} -N> The label width customization is applicable only when the [LabelPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDefaultLayoutSettings.html#Syncfusion_Maui_DataForm_DataFormDefaultLayoutSettings_LabelPosition) is Left. +>Note: The label width customization is applicable only when the [LabelPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormDefaultLayoutSettings.html#Syncfusion_Maui_DataForm_DataFormDefaultLayoutSettings_LabelPosition) is Left. By default, the available width is divided into 40% for the label and 60% for the editor. @@ -437,4 +437,4 @@ private void OnGenerateDataFormItem(object sender, GenerateDataFormItemEventArgs {% endhighlight %} {% endtabs %} -N> The `EditorHeight` customization is applicable for both [Default](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_Default) and [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout) layout types. \ No newline at end of file +>Note: The `EditorHeight` customization is applicable for both [Default](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_Default) and [TextInputLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataForm.DataFormLayoutType.html#Syncfusion_Maui_DataForm_DataFormLayoutType_TextInputLayout) layout types. \ No newline at end of file diff --git a/MAUI/DataForm/localization.md b/MAUI/DataForm/localization.md index 07ca42e42e..95b5a5805d 100644 --- a/MAUI/DataForm/localization.md +++ b/MAUI/DataForm/localization.md @@ -36,7 +36,7 @@ public partial class App : Application {% endhighlight %} {% endtabs %} -N> The required `resx` files with `Build Action` as `EmbeddedResource` (File name should contain culture code) into the `Resources` folder. +>Note: The required `resx` files with `Build Action` as `EmbeddedResource` (File name should contain culture code) into the `Resources` folder. ## Add Localization resx file in sample level @@ -186,4 +186,4 @@ Here, the radio group items source gets localized based on culture from Localiza ![Localization in .NET MAUI DataForm.](images/localization/localization.jpg) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/Localization) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-dataform/tree/master/Localization) \ No newline at end of file diff --git a/MAUI/DigitalGauge/Getting-Started.md b/MAUI/DigitalGauge/Getting-Started.md index 1792cf6440..8e80878b69 100644 --- a/MAUI/DigitalGauge/Getting-Started.md +++ b/MAUI/DigitalGauge/Getting-Started.md @@ -353,4 +353,4 @@ public partial class MainPage : ContentPage ![getting-started](Images\getting-started.png) -N> You can refer to our [.NET MAUI Digital Gauge](https://www.syncfusion.com/maui-controls/maui-digital-gauge) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Digital Gauge Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/Gauges/SampleBrowser.Maui.Gauges/Samples/DigitalGauge) that shows you how to render the Digital Gauge in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Digital Gauge](https://www.syncfusion.com/maui-controls/maui-digital-gauge) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Digital Gauge Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/Gauges/SampleBrowser.Maui.Gauges/Samples/DigitalGauge) that shows you how to render the Digital Gauge in .NET MAUI. \ No newline at end of file diff --git a/MAUI/ImageEditor/accessibility.md b/MAUI/ImageEditor/accessibility.md index 7090cf9f71..1767087f51 100644 --- a/MAUI/ImageEditor/accessibility.md +++ b/MAUI/ImageEditor/accessibility.md @@ -15,7 +15,7 @@ The Image Editor is designed to work effectively with the icons and sliders on i The [Syncfusion .NET MAUI Image Editor](https://www.syncfusion.com/maui-controls/maui-image-editor) supports keyboard shortcuts for user interaction. The table provided outlines various shortcuts and their associated functions. -N> [ToolbarItemSelected](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ToolbarItemSelected) event triggers for toolbar item tapped. +>Note: [ToolbarItemSelected](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ToolbarItemSelected) event triggers for toolbar item tapped. #### Toolbar @@ -59,4 +59,4 @@ Opens the image browser to import the new image inside ImageEditor.

-N> Use the `Command` key instead of the `Ctrl` key in macOS. +>Note: Use the `Command` key instead of the `Ctrl` key in macOS. diff --git a/MAUI/ImageEditor/custom-view.md b/MAUI/ImageEditor/custom-view.md index a01c81ab9b..9659cf2293 100644 --- a/MAUI/ImageEditor/custom-view.md +++ b/MAUI/ImageEditor/custom-view.md @@ -165,7 +165,7 @@ Delete the selected custom view using the [`DeleteAnnotation`](https://help.sync Remove all the custom view annotations using the [`ClearAnnotations`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ClearAnnotations) method. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} @@ -193,7 +193,7 @@ N> This is common for Shape, Text and CustomView annotations. This [`AnnotationSelected`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationSelected) event occurs when the annotation is selected. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} @@ -221,7 +221,7 @@ N> This is common for Shape, Text and CustomView annotations. This [AnnotationUnselected](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationUnselected) event occurs when the annotation is unselected. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} diff --git a/MAUI/ImageEditor/events.md b/MAUI/ImageEditor/events.md index 2ed2296b91..469d8c44ce 100644 --- a/MAUI/ImageEditor/events.md +++ b/MAUI/ImageEditor/events.md @@ -34,13 +34,13 @@ This [`ImageLoaded`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEd {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) ## Annotation selected event This [`AnnotationSelected`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationSelected) event occurs when the annotation is selected. -N> This is common for Shape and Text annotations. +>Note: This is common for Shape and Text annotations. {% tabs %} diff --git a/MAUI/ImageEditor/getting-started.md b/MAUI/ImageEditor/getting-started.md index 4633eeefc5..fa0812a0dc 100644 --- a/MAUI/ImageEditor/getting-started.md +++ b/MAUI/ImageEditor/getting-started.md @@ -294,7 +294,7 @@ public partial class MainPage : ContentPage The [Source](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Source) property is used to load images from different sources: -N> You can load image formats such as JPEG, PNG, and BMP to the image editor. +>Note: You can load image formats such as JPEG, PNG, and BMP to the image editor. ### Loading a local file @@ -431,11 +431,11 @@ public partial class MainPage : ContentPage ![GettingStarted in .NET Maui ImageEditor](images\getting-started\imageeditor-gettingstarted.png) -N> If you set the Stream source with a local variable, the stream will be closed after the image uses it, and you cannot process the stream again. So, we recommend using stream images by creating a new stream instance inside the Lambda function so that you can process them whenever needed. +>Note: If you set the Stream source with a local variable, the stream will be closed after the image uses it, and you cannot process the stream again. So, we recommend using stream images by creating a new stream instance inside the Lambda function so that you can process them whenever needed. -N> imageEditor.Source = ImageSource.FromStream(() => new MemoryStream(imageBytes)) +>Note: imageEditor.Source = ImageSource.FromStream(() => new MemoryStream(imageBytes)) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/GettingStarted) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/GettingStarted) ## Get the image stream The [`GetImageStream`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_GetImageStream) method is used to get the edited image in form of a image stream. @@ -487,7 +487,7 @@ The [`OriginalImageSize`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Im {% endhighlight %} {% endtabs %} -N> The size value will only be available after the image has been loaded into view. +>Note: The size value will only be available after the image has been loaded into view. ## Get the Image Rendered Size The image editor utilizes the `AspectFit` image scaling of Image control to fit the entire image into the display area, with blank space added to the top or bottom sides depending on whether the image is wide or tall. The [`ImageRenderedSize`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ImageRenderedSize) property is used to get the current rendered size of the image inside the display area. @@ -514,7 +514,7 @@ The image editor utilizes the `AspectFit` image scaling of Image control to fit {% endhighlight %} {% endtabs %} -N> The size value will only be available after the image has been loaded into view. +>Note: The size value will only be available after the image has been loaded into view. ## Check image edited status @@ -623,4 +623,4 @@ The background of the Image Editor can be customized by setting the `Background` {% endhighlight %} {% endtabs %} -N> You can also explore our [.NET MAUI Image Editor Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/ImageEditor) that shows you how to render the Image Editor in .NET MAUI. \ No newline at end of file +>Note: You can also explore our [.NET MAUI Image Editor Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/ImageEditor) that shows you how to render the Image Editor in .NET MAUI. \ No newline at end of file diff --git a/MAUI/ImageEditor/imagefilter.md b/MAUI/ImageEditor/imagefilter.md index 3744809167..0f821ee366 100644 --- a/MAUI/ImageEditor/imagefilter.md +++ b/MAUI/ImageEditor/imagefilter.md @@ -24,7 +24,7 @@ Using the image editor control, apply various effects such as Brightness, Hue, S The `EffectValue` are the corresponding [ImageEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html) values, which varies for each effect, and they are explained as follows. -N> The [ImageEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html) enum also contains [None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html#Syncfusion_Maui_ImageEditor_ImageEffect_None) option, which removes all the previously applied effects, which are not saved. +>Note: The [ImageEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html) enum also contains [None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html#Syncfusion_Maui_ImageEditor_ImageEffect_None) option, which removes all the previously applied effects, which are not saved. The [ImageEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEffect.html) method only applies the effect to the preview image. If you want to save the applied effect, call the [SaveEdits](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_SaveEdits) method. ## Brightness diff --git a/MAUI/ImageEditor/localization.md b/MAUI/ImageEditor/localization.md index 72813cad03..472ff63dee 100644 --- a/MAUI/ImageEditor/localization.md +++ b/MAUI/ImageEditor/localization.md @@ -61,4 +61,4 @@ To localize the [`ImageEditor`](https://help.syncfusion.com/cr/maui/Syncfusion.M ![shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-ImageEditor](images/localization/shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-ImageEditor.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageEditorLocalization) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageEditorLocalization) \ No newline at end of file diff --git a/MAUI/ImageEditor/save.md b/MAUI/ImageEditor/save.md index 25773a631d..aa64ee02aa 100644 --- a/MAUI/ImageEditor/save.md +++ b/MAUI/ImageEditor/save.md @@ -107,7 +107,7 @@ On an Android device, the image will be saved to: `\Internal storage\Pictures` -N> For android, you should include permission in AndroidManifest.xml file. Please refer to the [App Model Permissions](https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/permissions?tabs=android) documentation for more details. +>Note: For android, you should include permission in AndroidManifest.xml file. Please refer to the [App Model Permissions](https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/permissions?tabs=android) documentation for more details. {% tabs %} {% highlight C# tabtitle="AndroidManifest.xml" %} @@ -354,4 +354,4 @@ private void OnHasUnsavedDrawnAnnotationsClicked(object sender, EventArgs e) {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageSavingSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageSavingSample) diff --git a/MAUI/ImageEditor/serialization.md b/MAUI/ImageEditor/serialization.md index 10d48e34b9..ceda7f5367 100644 --- a/MAUI/ImageEditor/serialization.md +++ b/MAUI/ImageEditor/serialization.md @@ -77,4 +77,4 @@ The [Deserialize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEdito ![Serialization in .NET Maui ImageEditor](images/serialization/imageeditor-serialization.gif) -N> Serialization and deserialization is not applicable for custom annotation views. +>Note: Serialization and deserialization is not applicable for custom annotation views. diff --git a/MAUI/ImageEditor/shape.md b/MAUI/ImageEditor/shape.md index feda068e57..a9fdac6620 100644 --- a/MAUI/ImageEditor/shape.md +++ b/MAUI/ImageEditor/shape.md @@ -260,7 +260,7 @@ Delete the selected shape using either the toolbar or the [`DeleteAnnotation`](h Remove all the annotations using the [`ClearAnnotations`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ClearAnnotations) method. -N> It will remove text, pen and custom view annotations as well. +>Note: It will remove text, pen and custom view annotations as well. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} @@ -288,7 +288,7 @@ N> It will remove text, pen and custom view annotations as well. The [`AnnotationSelected`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationSelected) event occurs when an annotation is selected. -N> The event is common for text and shape annotations. +>Note: The event is common for text and shape annotations. {% tabs %} @@ -316,7 +316,7 @@ N> The event is common for text and shape annotations. This [AnnotationUnselected](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationUnselected) event occurs when the annotation is unselected. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} @@ -364,7 +364,7 @@ Annotate a shape on image loading using the [`ImageLoaded`](https://help.syncfus {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) ## Add shape with manual bounds @@ -446,7 +446,7 @@ The image editor control allows you to create freehand drawings such as signatur * [`StrokeThickness`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorShapeSettings.html#Syncfusion_Maui_ImageEditor_ImageEditorShapeSettings_StrokeThickness) - Specifies the stroke width of the drawing pen. * [`Color`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorShapeSettings.html#Syncfusion_Maui_ImageEditor_ImageEditorShapeSettings_Color) - Specifies the stroke color of the drawing pen. -N> The other shape settings are not applicable for freehand draw. +>Note: The other shape settings are not applicable for freehand draw. In the following example, the [`AddShape`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AddShape_Syncfusion_Maui_ImageEditor_AnnotationShape_Syncfusion_Maui_ImageEditor_ImageEditorShapeSettings_) method is used to toggle the freehand drawings. diff --git a/MAUI/ImageEditor/text.md b/MAUI/ImageEditor/text.md index 077baa4a95..16ebd05416 100644 --- a/MAUI/ImageEditor/text.md +++ b/MAUI/ImageEditor/text.md @@ -201,7 +201,7 @@ Delete the selected text using either the toolbar or the [`DeleteAnnotation`](ht Remove all the text annotations using the [`ClearAnnotations`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_ClearAnnotations) method. -N> This removes shape, pen and custom view annotations as well. +>Note: This removes shape, pen and custom view annotations as well. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} @@ -229,7 +229,7 @@ N> This removes shape, pen and custom view annotations as well. This [`AnnotationSelected`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationSelected) event occurs when the annotation is selected. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} @@ -257,7 +257,7 @@ N> This is common for Shape, Text and CustomView annotations. This [AnnotationUnselected](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AnnotationUnselected) event occurs when the annotation is unselected. -N> This is common for Shape, Text and CustomView annotations. +>Note: This is common for Shape, Text and CustomView annotations. {% tabs %} @@ -305,7 +305,7 @@ Add a text on image loading using the [`ImageLoaded`](https://help.syncfusion.co {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ImageLoadedSample) ## Add text with manual bounds @@ -329,4 +329,4 @@ The text can be added with user-defined view bounds. The [`Bounds`](https://help {% endhighlight %} {% endtabs %} -N> To edit text annotation you have to double tap inside the text view. \ No newline at end of file +>Note: To edit text annotation you have to double tap inside the text view. \ No newline at end of file diff --git a/MAUI/ImageEditor/toolbar-customization.md b/MAUI/ImageEditor/toolbar-customization.md index 4659e3a7af..d8dcc2cf56 100644 --- a/MAUI/ImageEditor/toolbar-customization.md +++ b/MAUI/ImageEditor/toolbar-customization.md @@ -61,9 +61,9 @@ public MainPage() {% endhighlight %} -N> The following built-in toolbar item names are available in image editor: `Browse`, `Undo`, `Redo`, `ZoomOut`, `ZoomIn`, `Reset`, `Save`, `SaveEdit`, `Crop`, `Shape`, `Text`, `Pen`, `Effects`, `Rotate`, `FlipHorizontal`, `FlipVertical`, `custom`, `original`, `ellipse`, `circle`, `square`, `3:1`, `3:2`, `4:3`, `5:4`, `7:5`, `16:9`, `Rectangle`, `Circle`, `Arrow`, `Line`, `Dotted`, `DoubleArrow`, `DottedArrow`, `DottedDoubleArrow`, `ShapeStrokeThickness`, `ShapeStrokeColor`, `ShapeFill`, `ShapeStroke`, `AddText`, `StrokeThickness`, `Delete`, `FontFamily`, `TextAlignment`, `FontAttributes`, `TextColor`, `Start`, `Center`, `End`, `DefaultText`, `Handlee`, `PinyonScript`, `KaushanScript`, `Boogaloo`, `Bold`, `Italic`, `Color`, `ShapeStrokeOpacity`, `PenStrokeOpacity`, `TextColorOpacity`, `PenStrokeThickness`, `PenStrokeColor`, `Back`, `Blur`, `Contrast`, `Sharpen`, `Brightness`, `Saturation`, `Hue`, `Opacity`, and `Exposure`. +>Note: The following built-in toolbar item names are available in image editor: `Browse`, `Undo`, `Redo`, `ZoomOut`, `ZoomIn`, `Reset`, `Save`, `SaveEdit`, `Crop`, `Shape`, `Text`, `Pen`, `Effects`, `Rotate`, `FlipHorizontal`, `FlipVertical`, `custom`, `original`, `ellipse`, `circle`, `square`, `3:1`, `3:2`, `4:3`, `5:4`, `7:5`, `16:9`, `Rectangle`, `Circle`, `Arrow`, `Line`, `Dotted`, `DoubleArrow`, `DottedArrow`, `DottedDoubleArrow`, `ShapeStrokeThickness`, `ShapeStrokeColor`, `ShapeFill`, `ShapeStroke`, `AddText`, `StrokeThickness`, `Delete`, `FontFamily`, `TextAlignment`, `FontAttributes`, `TextColor`, `Start`, `Center`, `End`, `DefaultText`, `Handlee`, `PinyonScript`, `KaushanScript`, `Boogaloo`, `Bold`, `Italic`, `Color`, `ShapeStrokeOpacity`, `PenStrokeOpacity`, `TextColorOpacity`, `PenStrokeThickness`, `PenStrokeColor`, `Back`, `Blur`, `Contrast`, `Sharpen`, `Brightness`, `Saturation`, `Hue`, `Opacity`, and `Exposure`. -N> You cannot modify the names of existing built-in toolbar items or create toolbar items with this list. +>Note: You cannot modify the names of existing built-in toolbar items or create toolbar items with this list. #### Get an item from the default top toolbar @@ -113,7 +113,7 @@ ImageEditorToolbarItem arrowItem = (ImageEditorToolbarItem)subtoolbar.ToolbarIte {% endhighlight %} -N> Remove the existing toolbar items [`Name`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_Name) from the image editor toolbarItems collection based on the index value. Change the icon and text values dynamically for any already added toolbar items based on the index. +>Note: Remove the existing toolbar items [`Name`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_Name) from the image editor toolbarItems collection based on the index value. Change the icon and text values dynamically for any already added toolbar items based on the index. ### Change the crop toolbar options @@ -233,7 +233,7 @@ Change the default colors of the [`ColorPalette`](https://help.syncfusion.com/cr {% endtabs %} -N> Color palette colors are common for Text, Shape and Pen. +>Note: Color palette colors are common for Text, Shape and Pen. ![Toolbar Color Palette in .NET Maui ImageEditor](images/toolbar/imageeditor-colorpalette.png) @@ -370,7 +370,7 @@ imageEditor.ToolbarSettings.TextStyle = new ImageEditorTextStyle() The ImageEditor automatically generates the toolbars. To add the toolbars manually, you need to explicitly add them and change the [`AutoGenerateToolbarItems`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_AutoGenerateToolbarItems) property to `false`. -N> When you create a new toolbar item, you can use the pre-existing built-in names for the item, which will automatically generate the icon view. If you want to introduce a new item view or modify the current one, you can use the [`View`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_View) property of the [`ImageEditorToolbarItem`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html) class to define the item view. +>Note: When you create a new toolbar item, you can use the pre-existing built-in names for the item, which will automatically generate the icon view. If you want to introduce a new item view or modify the current one, you can use the [`View`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_View) property of the [`ImageEditorToolbarItem`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html) class to define the item view. {% tabs %} @@ -506,13 +506,13 @@ imageEditor.Toolbars.Add(editorToolbar); {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ExplicitToolbar) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ExplicitToolbar) ## Change the Toolbar Item Visibility Hide or show the toolbar items by specifying their icon names and setting the boolean values to true or false. -N> Customize an icon by specifying its [`Name`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_Name). +>Note: Customize an icon by specifying its [`Name`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageEditorToolbarItem.html#Syncfusion_Maui_ImageEditor_ImageEditorToolbarItem_Name). {% tabs %} @@ -617,7 +617,7 @@ imageEditor.ToolbarSettings.IconSize = new Size(50, 50); {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ToolbarCustomization) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-image-editor-examples/tree/master/ToolbarCustomization) ![Toolbar Customization in .NET Maui ImageEditor](images/toolbar/imageeditor-toolbar-settings.png) diff --git a/MAUI/ImageEditor/transformation.md b/MAUI/ImageEditor/transformation.md index 47cd0c02ae..e0503e1c89 100644 --- a/MAUI/ImageEditor/transformation.md +++ b/MAUI/ImageEditor/transformation.md @@ -15,7 +15,7 @@ The Image Editor in .NET MAUI provides options for rotating and flipping images, The [Rotate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Rotate) method is used to rotate images with annotations. Each rotation will rotate the image 90 degrees clockwise. You can rotate the image using either the toolbar or the [Rotate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Rotate) method. -N> Angle cannot be specified in the code to alter the rotation angle of the image. +>Note: Angle cannot be specified in the code to alter the rotation angle of the image. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} diff --git a/MAUI/ImageEditor/undo-redo.md b/MAUI/ImageEditor/undo-redo.md index 5f71660751..1de3c17f2a 100644 --- a/MAUI/ImageEditor/undo-redo.md +++ b/MAUI/ImageEditor/undo-redo.md @@ -63,5 +63,5 @@ The [`Redo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfI {% endhighlight %} {% endtabs %} -N> Performing any new action after using the [`Undo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Undo) function will clear the [`Redo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Redo) history. This means that if you've undone several actions and then start adding something new, you won't be able to use [`Redo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Redo) to bring back the actions you previously undid. +>Note: Performing any new action after using the [`Undo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Undo) function will clear the [`Redo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Redo) history. This means that if you've undone several actions and then start adding something new, you won't be able to use [`Redo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Redo) to bring back the actions you previously undid. diff --git a/MAUI/Maps/bubble.md b/MAUI/Maps/bubble.md index 42cd71784e..dee1eb9d33 100644 --- a/MAUI/Maps/bubble.md +++ b/MAUI/Maps/bubble.md @@ -491,4 +491,4 @@ public class Model ![Bubble customization](images/bubble/bubble-customization.png) -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Bubble example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Bubble example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/getting-started.md b/MAUI/Maps/getting-started.md index 3337c2041f..688ebfb724 100644 --- a/MAUI/Maps/getting-started.md +++ b/MAUI/Maps/getting-started.md @@ -450,7 +450,7 @@ public MainPage() * Right-click the added shapefile, and navigate to properties. * Choose the `EmbeddedResource` option under BuildAction of respective shapefile. -N> You can get the [`australia.json`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/australia-json-910278184.zip) file here. +>Note: You can get the [`australia.json`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/australia-json-910278184.zip) file here. {% tabs %} @@ -559,7 +559,7 @@ public class ViewModel {% endtabs %} -N> +>Note: * Refer to the [`PrimaryValuePath`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_PrimaryValuePath), for mapping the data of the data source collection with the respective [`ShapeDataField`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeDataField) in .json source. * Refer to the [`BubbleSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_BubbleSettings), for customizing the bubble. * Refer to the [`DataLabelSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_DataLabelSettings), for customizing the data label. @@ -801,6 +801,6 @@ this.Content = map; ![.NET MAUI Maps with tile layer.](images/getting-started/net-maui-maps-with-tile-layer.png) -N> +>Note: * Get the complete getting started sample from [GitHub](https://github.com/SyncfusionExamples/.NET-MAUI-Maps-Getting-Started) link. * You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/Maps) that shows you how to render the Maps in .NET MAUI. diff --git a/MAUI/Maps/legend.md b/MAUI/Maps/legend.md index 0ed4e9ab49..424cc48ea7 100644 --- a/MAUI/Maps/legend.md +++ b/MAUI/Maps/legend.md @@ -1094,8 +1094,8 @@ You can customize the appearance of legend items with your template by using `It {% endhighlight %} {% endtabs %} -N> The BindingContext of the ItemTemplate is the corresponding underlying legend item provided in the MapLegend class. +>Note: The BindingContext of the ItemTemplate is the corresponding underlying legend item provided in the MapLegend class. ![Legend template](images/legend/legend-template.png ){:width="313" height="480" loading="lazy" .lazy .shadow-effect .section-padding .img-padding} -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Legend example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Legend example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/markers.md b/MAUI/Maps/markers.md index e0d178382f..09a9eafdad 100644 --- a/MAUI/Maps/markers.md +++ b/MAUI/Maps/markers.md @@ -262,7 +262,7 @@ public MarkerTool() ![tile layer default marker](images/markers/tile_layer_default_marker.png) -N> +>Note: * Refer to the [`MapMarkerCollection`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarkerCollection.html), for collection of [`MapMarker`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html). ## Appearance customization @@ -272,7 +272,7 @@ You can customize the built-in markers appearance using the [`IconType`](https:/ * **Alignment** - You can change the position of the marker from the given coordinate using the [`HorizontalAlignment`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_HorizontalAlignment) and [`VerticalAlignment`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_VerticalAlignment) properties. The default value is [`MapAlignment.Center`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapAlignment.html#Syncfusion_Maui_Maps_MapAlignment_Center). The available alignment options are [`Center`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapAlignment.html#Syncfusion_Maui_Maps_MapAlignment_Center), [`Start`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapAlignment.html#Syncfusion_Maui_Maps_MapAlignment_Start), [`End`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapAlignment.html#Syncfusion_Maui_Maps_MapAlignment_End). * **Offset** - You can adjust the marker position from the given coordinate using the [`Offset`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_Offset) property. The default value of the [`Offset`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_Offset) property is `Offset.zero`. -N> +>Note: * The default value of the [`IconType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_IconType) is [`MapIconType.circle`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapIconType.html#Syncfusion_Maui_Maps_MapIconType_Circle). * The default value of the [`IconStrokeThickness`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_IconStrokeThickness) is `1.0`. * The default value of the [`IconFill`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html#Syncfusion_Maui_Maps_MapMarker_IconFill) is `Color.FromRgb(138, 69, 175)`. @@ -871,4 +871,4 @@ public class CustomMarker1 : MapMarker ![Maps marker appearance customization](images/markers/marker_selector.png) -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Markers example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Markers example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/migration.md b/MAUI/Maps/migration.md index 0ca6888891..336d006dfd 100644 --- a/MAUI/Maps/migration.md +++ b/MAUI/Maps/migration.md @@ -101,7 +101,7 @@ SfMaps map = new SfMaps(); -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. ## Adding layer @@ -266,7 +266,7 @@ N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consi -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to intialize the layer and customize the layer in Xamarin SfMaps and .NET MAUI SfMaps. @@ -458,7 +458,7 @@ The following code example explains how to intialize the layer and customize the -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to intialize the tile layer and it's customization in Xamarin SfMaps and .NET MAUI SfMaps. @@ -697,7 +697,7 @@ private async Task GenerateBing(MapTileLayer tileLayer) -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize the bubble in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -842,7 +842,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize the data label in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -1044,7 +1044,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize the shape color in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -1248,7 +1248,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize marker in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -1394,7 +1394,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize legend in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -1634,7 +1634,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize tooltip in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -1859,7 +1859,7 @@ The following code example explains how to customize tooltip in the Xamarin SfMa -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to initialize the shape sublayer and it's customization in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -2030,7 +2030,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize the bubble in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -2186,7 +2186,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to customize the data label in the Xamarin SfMaps and .NET MAUI SfMaps. @@ -2605,7 +2605,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to intialize the polygon layer and it's customization in Xamarin SfMaps and .NET MAUI SfMaps. @@ -2803,7 +2803,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to intialize the polyline layer and it's customization in Xamarin SfMaps and .NET MAUI SfMaps. @@ -3444,7 +3444,7 @@ public MainPage() -N> All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. +>Note: All the (*) marked APIs are renamed from Xamarin SfMaps to maintain the consistency of API naming in the .NET MAUI SfMaps. The following code example explains how to intialize the zooming and it's customization in Xamarin SfMaps and .NET MAUI SfMaps. diff --git a/MAUI/Maps/overview.md b/MAUI/Maps/overview.md index b850c2c4c4..5f40664293 100644 --- a/MAUI/Maps/overview.md +++ b/MAUI/Maps/overview.md @@ -31,4 +31,4 @@ The [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) control ![.NET MAUI Maps layer overview.](images/overview/net-maui-maps-overview.png) -N> You can get the samples in the [GitHub](https://github.com/syncfusion/maui-demos) link \ No newline at end of file +>Note: You can get the samples in the [GitHub](https://github.com/syncfusion/maui-demos) link \ No newline at end of file diff --git a/MAUI/Maps/selection.md b/MAUI/Maps/selection.md index e3d6db9edc..6551f32712 100644 --- a/MAUI/Maps/selection.md +++ b/MAUI/Maps/selection.md @@ -162,4 +162,4 @@ You can customize the below appearance of the selected shape as below. ![Selection customization](images/selection/selection-customization.png) -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Selection example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Selection example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/shape-sublayer.md b/MAUI/Maps/shape-sublayer.md index e47bcfb51b..3d4f28f375 100644 --- a/MAUI/Maps/shape-sublayer.md +++ b/MAUI/Maps/shape-sublayer.md @@ -59,7 +59,7 @@ this.Content = map; ![Tile Shape sublayer support](images/shape-sublayer/tile-shape-sublayer.png) -N> +>Note: * Refer the `MapTileLayer`, for adding tile layer in [`SfMaps`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.SfMaps.html). ## Shape sublayer on shape layer @@ -103,7 +103,7 @@ this.Content = maps; ![Shape sublayer support](images/shape-sublayer/shape-sublayer.png) -N> Refer the [`MapShapeLayer`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html), for adding shape layer in [`SfMaps`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.SfMaps.html). +>Note: Refer the [`MapShapeLayer`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html), for adding shape layer in [`SfMaps`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.SfMaps.html). ## Color and stroke color @@ -456,7 +456,7 @@ public class Model You can enable bubbles to the shape sublayer using the [`ShowBubbles`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeSublayer.html#Syncfusion_Maui_Maps_MapShapeSublayer_ShowBubbles). You can customize bubbles appearance using the [`BubbleSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeSublayer.html#Syncfusion_Maui_Maps_MapShapeSublayer_BubbleSettings). This property is used to specify the value based on which the bubble's size has to be rendered. -N> Refer the [`Bubbles`](https://help.syncfusion.com/maui/maps/bubble) section, to know more about the bubbles customization. +>Note: Refer the [`Bubbles`](https://help.syncfusion.com/maui/maps/bubble) section, to know more about the bubbles customization. {% tabs %} @@ -566,9 +566,9 @@ public class Model You can enable tooltip for the shape sublayer using the [`ShowShapeTooltip`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeSublayer.html#Syncfusion_Maui_Maps_MapShapeSublayer_ShowShapeTooltip) property. -N> It is applicable for shape layer. +>Note: It is applicable for shape layer. -N> Refer the [`Tooltip`](https://help.syncfusion.com/maui/maps/tooltip) section to know more about the tooltip customization. +>Note: Refer the [`Tooltip`](https://help.syncfusion.com/maui/maps/tooltip) section to know more about the tooltip customization. {% tabs %} @@ -764,9 +764,9 @@ You can enable shape selection on a map using the [`EnableSelection`](https://he The [`ShapeSelected`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeSublayer.html#Syncfusion_Maui_Maps_MapShapeSublayer_ShapeSelected) event is used to perform any action on shape selected when the user is selects it by tapping or clicking or by programmatically. -N> It is applicable for shape layer. +>Note: It is applicable for shape layer. -N> Refer the [`Shape selection`](https://help.syncfusion.com/maui/maps/selection) section to know more about the selection feature. +>Note: Refer the [`Shape selection`](https://help.syncfusion.com/maui/maps/selection) section to know more about the selection feature. {% tabs %} @@ -873,11 +873,11 @@ public class Model You can show markers at any position on the map by providing latitude and longitude position to the [`MapMarker`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html), which is from the [`Markers`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapLayer.html#Syncfusion_Maui_Maps_MapLayer_Markers) collection. -N> It is applicable for both tile layer and shape layer. +>Note: It is applicable for both tile layer and shape layer. -N> +>Note: * Refer the [`Markers`](https://help.syncfusion.com/maui/maps/markers) section to know more about the marker feature. * Refer the [`Tooltip`](https://help.syncfusion.com/maui/maps/tooltip) section to know more about the tooltip feature. -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Sublayer example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Sublayer example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/shape.md b/MAUI/Maps/shape.md index 55f5daa062..54ad3c2ea4 100644 --- a/MAUI/Maps/shape.md +++ b/MAUI/Maps/shape.md @@ -107,7 +107,7 @@ You can apply hover color, hover stoke color and hover stroke thickness to the s The [`ShapeColorValuePath`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeColorValuePath) provides a color directly. The color will then be applied to the respective shape. Otherwise, you must provide [`ColorMapping`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ColorMappings). -N> You can show legend using the [`Legend`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_Legend) property.The icon's color of the legend is applied based on the colors from [`ShapeColorValuePath`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeColorValuePath) property and has to provide text for the legend from the [`ColorMapping.Text`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.ColorMapping.html#Syncfusion_Maui_Maps_ColorMapping_Text) property. +>Note: You can show legend using the [`Legend`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_Legend) property.The icon's color of the legend is applied based on the colors from [`ShapeColorValuePath`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeColorValuePath) property and has to provide text for the legend from the [`ColorMapping.Text`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.ColorMapping.html#Syncfusion_Maui_Maps_ColorMapping_Text) property. {% tabs %} @@ -368,5 +368,5 @@ public class Model ![Range color mapping](images/shape/range_color_mapping.png) -N> +>Note: * Refer to the [`BubbleSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_BubbleSettings), for setting the bubble colors based on the specific value. You can also refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Shapes example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/tile-layer.md b/MAUI/Maps/tile-layer.md index bed1e4a3c5..c268b29614 100644 --- a/MAUI/Maps/tile-layer.md +++ b/MAUI/Maps/tile-layer.md @@ -26,13 +26,13 @@ The [`UrlTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.Map We will replace the {z}, {x}, and {y} internally based on the current [`Center`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_Center) and the zoom level. -N> Some of the providers may need a subscription key. Please include them in the [`UrlTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_UrlTemplate) itself, as mentioned in the above example. Please note that the format may vary between each map provider. You can check the exact URL format needed for the providers on their official websites. +>Note: Some of the providers may need a subscription key. Please include them in the [`UrlTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_UrlTemplate) itself, as mentioned in the above example. Please note that the format may vary between each map provider. You can check the exact URL format needed for the providers on their official websites. ## Adding OSM/OpenStreetMap The OpenStreetMap is one of the tile/image providers which can be used free of cost. It returns map tiles for the requested coordinates for every request. The URL format of the OSM map provider is shown in the below code sample. -N> Though the OpenStreetMap is free of cost, we recommend you check the licensing terms and conditions once before using it. +>Note: Though the OpenStreetMap is free of cost, we recommend you check the licensing terms and conditions once before using it. {% tabs %} @@ -213,7 +213,7 @@ tileLayer.DeleteTilesFromCache(); You can add markers in the tile layer. The procedure is very similar to the shape layer. Kindly refer to the [markers](https://help.syncfusion.com/maui/maps/markers) section. -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [`.NET MAUI Maps Tile layer example`](https://github.com/syncfusion/maui-demos/) which shows how to configure a Maps in .NET MAUI. +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [`.NET MAUI Maps Tile layer example`](https://github.com/syncfusion/maui-demos/) which shows how to configure a Maps in .NET MAUI. ## Event diff --git a/MAUI/Maps/tooltip.md b/MAUI/Maps/tooltip.md index 1ea2010b52..a9b54f1a5c 100644 --- a/MAUI/Maps/tooltip.md +++ b/MAUI/Maps/tooltip.md @@ -388,7 +388,7 @@ public class Model ![Maps tooltip settings](images/tooltip/tooltip-appearance-customization.png) -N> +>Note: * Refer to the [`ShapeTooltipSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeTooltipSettings) to customize the shape tooltip appearance. * Refer to the [`BubbleTooltipSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_BubbleTooltipSettings) to customize the bubble tooltip appearance. * Refer to the [`MarkerTooltipSettings`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapLayer.html#Syncfusion_Maui_Maps_MapLayer_MarkerTooltipSettings) to customize the marker tooltip appearance. @@ -566,9 +566,9 @@ Data template can be used customize the tooltip view using [`ShapeTooltipTemplat ![Maps tooltip appearance customization](images/tooltip/tooltip_textStyle.png) -N> The `BindingContext` of the Tooltip will be the [`MapTooltipInfo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTooltipInfo.html), and it has the [`DataItem`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTooltipInfo.html#Syncfusion_Maui_Maps_MapTooltipInfo_DataItem) property. This property holds the corresponding underline object for the shape, bubble tooltip, and the corresponding [`MapMarker`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html?tabs=tabid-1) for the marker tooltip. +>Note: The `BindingContext` of the Tooltip will be the [`MapTooltipInfo`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTooltipInfo.html), and it has the [`DataItem`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTooltipInfo.html#Syncfusion_Maui_Maps_MapTooltipInfo_DataItem) property. This property holds the corresponding underline object for the shape, bubble tooltip, and the corresponding [`MapMarker`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapMarker.html?tabs=tabid-1) for the marker tooltip. -N> +>Note: * Refer to the [`ShapeTooltipTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_ShapeTooltipTemplate), for customize tooltip for the shapes. * Refer to the [`BubbleTooltipTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapShapeLayer.html#Syncfusion_Maui_Maps_MapShapeLayer_BubbleTooltipTemplate), for customize tooltip for the bubbles. * Refer to the [`MarkerTooltipTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapLayer.html#Syncfusion_Maui_Maps_MapLayer_MarkerTooltipTemplate), for customize tooltip for the markers. @@ -674,7 +674,7 @@ public class MarkerTemplateSelector : DataTemplateSelector ![Maps tooltip appearance customization](images/tooltip/tooltip_selector.png) -N> +>Note: * Data Template and Data Template selector are also applicable for bubbles and markers. -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Tooltip example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Maps Tooltip example](https://github.com/syncfusion/maui-demos/) that shows how to configure a Maps in .NET MAUI. \ No newline at end of file diff --git a/MAUI/Maps/vector-layers/circle-layer.md b/MAUI/Maps/vector-layers/circle-layer.md index 432f0c7c06..e486762e31 100644 --- a/MAUI/Maps/vector-layers/circle-layer.md +++ b/MAUI/Maps/vector-layers/circle-layer.md @@ -540,7 +540,7 @@ You can apply animation for the [`MapCircle`](https://help.syncfusion.com/cr/mau By default, there will be no animation. -N> Animation is only applicable for the load time. +>Note: Animation is only applicable for the load time. {% tabs %} diff --git a/MAUI/Maps/vector-layers/line-layer.md b/MAUI/Maps/vector-layers/line-layer.md index fb82725084..fc04597652 100644 --- a/MAUI/Maps/vector-layers/line-layer.md +++ b/MAUI/Maps/vector-layers/line-layer.md @@ -586,7 +586,7 @@ You can apply animation for the [`MapLine`](https://help.syncfusion.com/cr/maui/ By default, there will be no animation. -N> Animation is only applicable for the load time. +>Note: Animation is only applicable for the load time. {% tabs %} diff --git a/MAUI/Maps/zoom-pan.md b/MAUI/Maps/zoom-pan.md index 63382b9d93..0160c41c39 100644 --- a/MAUI/Maps/zoom-pan.md +++ b/MAUI/Maps/zoom-pan.md @@ -172,7 +172,7 @@ this.Content = map; The panning feature allows you to move the visible area of the maps when it is zoomed in. To enable panning, set the [`EnablePanning`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapZoomPanBehavior.html#Syncfusion_Maui_Maps_MapZoomPanBehavior_EnablePanning) property to `true`. The default value of the [`EnablePanning`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapZoomPanBehavior.html#Syncfusion_Maui_Maps_MapZoomPanBehavior_EnablePanning) is `true`. -N> It is applicable for both tile layer and shape layer. +>Note: It is applicable for both tile layer and shape layer. {% tabs %} @@ -264,7 +264,7 @@ This feature is used to calculate the zoom level automatically in two ways: Calculate the zoom level automatically based on the [`Radius`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_Radius) and [`DistanceType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_DistanceType) properties of imagery layer class. -N> [`DistanceType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_DistanceType) property default value is Kilometer. +>Note: [`DistanceType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_DistanceType) property default value is Kilometer. {% tabs %} @@ -490,7 +490,7 @@ private DataTemplate CreateDataTemplate() {% endtabs %} -N> When setting [`LatLngBounds`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_MapLatLngBounds) and [`DistanceType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_DistanceType) at the same time, the priority is [`Radius`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_Radius) and so calculate zoom level based on radius value. +>Note: When setting [`LatLngBounds`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_MapLatLngBounds) and [`DistanceType`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_DistanceType) at the same time, the priority is [`Radius`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_Radius) and so calculate zoom level based on radius value. ![MAUI SfMaps zoom level changed image](images/zoom-pan/northSouth_Image.png) @@ -498,7 +498,7 @@ N> When setting [`LatLngBounds`](https://help.syncfusion.com/cr/maui/Syncfusion. Double tap zooming can be enabled using [`EnableDoubleTapZooming`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapZoomPanBehavior.html#Syncfusion_Maui_Maps_MapZoomPanBehavior_EnableDoubleTapZooming) property. The default value of the [`EnableDoubleTapZooming`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapZoomPanBehavior.html#Syncfusion_Maui_Maps_MapZoomPanBehavior_EnableDoubleTapZooming) is `false`. -N> It is applicable for both tile layer and shape layer. +>Note: It is applicable for both tile layer and shape layer. {% tabs %} @@ -540,7 +540,7 @@ this.Content = map; To perform the animation on zoom level changing using the [`MapTileLayer.EnableZoomingAnimation`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapLayer.html#Syncfusion_Maui_Maps_MapLayer_EnableZoomingAnimation) property. The default value of the [`EnableZoomingAnimation`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapLayer.html#Syncfusion_Maui_Maps_MapLayer_EnableZoomingAnimation) is `true`. -N> It is applicable for both tile layer and shape layer. +>Note: It is applicable for both tile layer and shape layer. {% tabs %} @@ -575,7 +575,7 @@ this.Content = map; To perform the animation on center value changing using the [`MapTileLayer.EnableCenterAnimation`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_EnableCenterAnimation) property. The default value of the [`EnableCenterAnimation`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Maps.MapTileLayer.html#Syncfusion_Maui_Maps_MapTileLayer_EnableCenterAnimation) is `true`. -N> It is applicable only for tile layer. +>Note: It is applicable only for tile layer. {% tabs %} @@ -642,4 +642,4 @@ private void MapTileLayer_ZoomLevelChanging(object sender, ZoomLevelChangingEven {% endtabs %} -N> You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [`.NET MAUI Maps Zoom & Pan example`](https://github.com/syncfusion/maui-demos/) that shows how to configure Maps in .NET MAUI. +>Note: You can refer to our [.NET MAUI Maps](https://www.syncfusion.com/maui-controls/maui-maps) feature tour page for its groundbreaking feature representations. You can also explore our [`.NET MAUI Maps Zoom & Pan example`](https://github.com/syncfusion/maui-demos/) that shows how to configure Maps in .NET MAUI. diff --git a/MAUI/Scheduler/accessibility.md b/MAUI/Scheduler/accessibility.md index b67d62907f..3e5e158502 100644 --- a/MAUI/Scheduler/accessibility.md +++ b/MAUI/Scheduler/accessibility.md @@ -15,7 +15,7 @@ Accessibility support in `SfScheduler` is designed to provide voice descriptions The `SfScheduler` supports selecting the scheduler date time, appointments, and view navigation using keyboard interactions in WinUI, macOS, and iOS platforms. -N> [SelectionChanged](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_SelectionChanged) event triggers for cell selection changed. +>Note: [SelectionChanged](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_SelectionChanged) event triggers for cell selection changed. ### Day, Week and WorkWeek views @@ -169,7 +169,7 @@ Ctrl + Alt + 9 => AgendaView

Moves the view to Agenda view.

-N> There is a framework issue with unable to remove or modify the default visual focus style on tab press in windows platform and following the framework issue in this report [link](https://github.com/dotnet/maui/issues/10193). +>Note: There is a framework issue with unable to remove or modify the default visual focus style on tab press in windows platform and following the framework issue in this report [link](https://github.com/dotnet/maui/issues/10193). #### MAC and iOS @@ -212,7 +212,7 @@ Command + 9 => AgendaView

Moves the view to Agenda view.

-N> There is a framework issue with focus events not working in MAC and iOS and the following framework issue in this report [link](https://github.com/dotnet/maui/issues/10192). +>Note: There is a framework issue with focus events not working in MAC and iOS and the following framework issue in this report [link](https://github.com/dotnet/maui/issues/10192). ### Header @@ -230,4 +230,4 @@ Shift + Tab

Move to previous focusable element in header.

-N> You can also explore our [MAUI Scheduler example](https://github.com/syncfusion/maui-demos) to know how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. +>Note: You can also explore our [MAUI Scheduler example](https://github.com/syncfusion/maui-demos) to know how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. diff --git a/MAUI/Scheduler/agenda-view.md b/MAUI/Scheduler/agenda-view.md index 1d002c8dc3..e8c44f09e1 100644 --- a/MAUI/Scheduler/agenda-view.md +++ b/MAUI/Scheduler/agenda-view.md @@ -13,7 +13,7 @@ The agenda view displays the events or appointments (normal appointments, all-da A agenda view displays different UI for mobile and desktop, for mobile it displays the month header, the week header, and the date header, whereas for desktop, it displays the appointment only. -N> When the desktop view width is less than 600, the scheduler will display the mobile agenda UI on the desktop. +>Note: When the desktop view width is less than 600, the scheduler will display the mobile agenda UI on the desktop. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" hl_lines="2" %} @@ -113,7 +113,7 @@ You can customize the month header appearance of scheduler by using the [MonthHe ![month-header-appearence-template-customization-in-maui-scheduler](images/agenda-view/month-header-appearence-template-customization-in-maui-scheduler.png) -N> +>Note: * The default values for `DateFormat` and `Height` are `MMMM yyyy` and `150,` respectively. * For desktop UI, The agenda view displays the appointment only. @@ -174,7 +174,7 @@ this.Scheduler.View = SchedulerView.Agenda; {% endhighlight %} {% endtabs %} -N> +>Note: * The default value for `DateFormat` and `Height` are `MMMM yyyy` and `150,` respectively. * For desktop UI, The agenda view displays the appointment only. * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -221,7 +221,7 @@ this.Scheduler.AgendaView.WeekHeaderSettings.Background = Brush.LightGreen; ![week-header-appearence-text-style-customization-in-maui-scheduler](images/agenda-view/week-header-appearence-text-style-customization-in-maui-scheduler.png) -N> +>Note: * The default value for `DateFormat,` and `Height` are `MMM dd,` and `30` respectively. * For desktop UI, The agenda view displays the appointment only. @@ -266,7 +266,7 @@ this.Scheduler.AgendaView.DayHeaderSettings.Background = Brush.LightGreen; ![day-header-appearence-text-style-customization-in-maui-scheduler](images/agenda-view/day-header-appearence-text-style-customization-in-maui-scheduler.png) -N> The default value of `DayFormat` is `MMM, ddd.` +>Note: The default value of `DayFormat` is `MMM, ddd.` ## Appointment text appearance customization @@ -373,6 +373,6 @@ The Syncfusion .NET MAUI Scheduler allows users to customize the visual represen {% endhighlight %} {% endtabs %} -N> +>Note: * By default, the [SchedulerAppointment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointment.html) is set as the `BindingContext` for [AppointmentTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAgendaView.html#Syncfusion_Maui_Scheduler_SchedulerAgendaView_AppointmentTemplate) for both [SchedulerAppointment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointment.html) and custom data object in `AppointmentsSource.` * The Custom data object can be bound in [AppointmentTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAgendaView.html#Syncfusion_Maui_Scheduler_SchedulerAgendaView_AppointmentTemplate) by using `SchedulerAppointment.DataItem.` \ No newline at end of file diff --git a/MAUI/Scheduler/appointments.md b/MAUI/Scheduler/appointments.md index e58ffcf9b4..c062dd0e71 100644 --- a/MAUI/Scheduler/appointments.md +++ b/MAUI/Scheduler/appointments.md @@ -42,11 +42,11 @@ this.Scheduler.AppointmentsSource = appointment; ![scheduler-appointment-in-maui-scheduler](images/appointments/scheduler-appointment-in-maui-scheduler.png) -N> +>Note: * In the Scheduler, every appointment can be arranged based on its start time and duration for normal appointments in a day, week, and workweek view. * Whenever a timeline is viewed, the appointments (all day, span, and normal) are ordered and rendered based on the appointment start time and time duration of the appointment. This is followed by `IsSpanned,` `IsAllDay,` and normal appointments. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) ## Scheduler appointment source mapping @@ -88,7 +88,7 @@ The .NET MAUI Scheduler supports collection that implements the object interface This property maps the property name of a business object class to the property name of Stroke in SchedulerAppointment. -N> The business object class should contain two date time fields as mandatory. +>Note: The business object class should contain two date time fields as mandatory. ## Creating business objects @@ -115,7 +115,7 @@ public class Meeting {% endhighlight %} {% endtabs %} -N> Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. +>Note: Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. The [AppointmentMapping](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointmentMapping.html) property of the `Meeting` class maps those properties to the `.NET MAUI Scheduler` control. @@ -186,7 +186,7 @@ this.Scheduler.AppointmentsSource = Meetings; ![business-appointment-event-in-maui-scheduler](images/appointments/business-appointment-event-in-maui-scheduler.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) ## Spanned appointments @@ -270,7 +270,7 @@ this.Scheduler.AppointmentsSource = appointment; ![all-day-appointment-in-maui-scheduler](images/appointments/all-day-appointment-in-maui-scheduler.png) -N> +>Note: For example: From 12/13/2021 12:00AM to 12/14/2021 12:00AM. ## Read only appointment @@ -373,7 +373,7 @@ this.Scheduler.AppointmentsSource = appointment; ![recurrence-scheduler-appointment-in-maui-scheduler](images/appointments/recurrence-scheduler-appointment-in-maui-scheduler.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecurringAppointment/SchedulerAppointment) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecurringAppointment/SchedulerAppointment) ### Creating the business object recurrence appointment @@ -404,7 +404,7 @@ public class Meeting {% endhighlight %} {% endtabs %} -N> +>Note: Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. The [AppointmentMapping](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointmentMapping.html) property of the `Meeting` class maps those properties to the scheduler appointment of the `.NET MAUI Scheduler` control. @@ -485,7 +485,7 @@ this.Scheduler.AppointmentsSource = Meetings; ![business-object-recurring-appointment-in-maui-scheduler](images/appointments/business-object-recurring-appointment-in-maui-scheduler.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecurringAppointment/BusinessObject) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecurringAppointment/BusinessObject) #### How to get the recurrence editor field values from RRULE? @@ -629,7 +629,7 @@ this.Scheduler.AppointmentsSource = appointment; ![adding-exception-dates-to-recurrence-pattern-scheduler-appointment-in-maui-scheduler](images/appointments/adding-exception-dates-to-recurrence-pattern-scheduler-appointment-in-maui-scheduler.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/SchedulerAppointment) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/SchedulerAppointment) #### Add exception appointment to the recurrence pattern for scheduler appointment @@ -690,14 +690,14 @@ this.Scheduler.AppointmentsSource = appointment; ![adding-exception-to-the-recurrence-pattern-scheduler-appointment-in-maui-scheduler](images/appointments/adding-exception-to-the-recurrence-pattern-scheduler-appointment-in-maui-scheduler.png) -N> +>Note: * The `RecurrenceId` of an exception appointment and the `Id` of its pattern appointment should have the same value. * The Exception recurrence appointment does not have the `RecurrenceRule,` so for an exception appointment, it will be reset to `empty.` * The exception appointment should have a different `Id` with original pattern appointment `Id.` * The exception appointment should be a normal appointment and should not be created as a recurring appointment, since its occurrence is from a recurrence pattern. * The `RecurrenceExceptionDates` should be in a Universal Time Coordinates (UTC) time zone. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/SchedulerAppointment) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/SchedulerAppointment) ### Create the recurrence exceptions for business object @@ -734,7 +734,7 @@ public class Meeting {% endhighlight %} {% endtabs %} -N> Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. +>Note: Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. The property `RecurrenceExceptionDates` should map with the business object class of `AppointmentMapping` class to map the exception dates to the scheduled appointment. @@ -798,9 +798,9 @@ this.Scheduler.AppointmentsSource = Meetings; ![adding-exception-dates-to-recurrence-pattern-custom-appointment-in-maui-scheduler](images/appointments/adding-exception-dates-to-recurrence-pattern-custom-appointment-in-maui-scheduler.png) -N> Exception dates should be Universal Time Coordinates (UTC) time zone. +>Note: Exception dates should be Universal Time Coordinates (UTC) time zone. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/BusinessObject) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/BusinessObject) #### Add an exception appointment to the recurrence pattern for business object @@ -875,14 +875,14 @@ this.Scheduler.AppointmentsSource = recursiveAppointmentCollection; {% endhighlight %} {% endtabs %} -N> +>Note: * The `RecurrenceId` of exception appointment and the `Id` of its pattern appointment should have same value. * The Exception recurrence appointment does not have the `RecurrenceRule`, so for an exception appointment, it will be reset to empty. * The exception appointment should have different `Id` with original pattern appointment `Id.` * The exception appointment should be a normal appointment and should not be created as recurring appointment, since its occurrence from the recurrence pattern. * The recurrenceExceptions should be in a Universal Time Coordinates (UTC) time zone. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/BusinessObject) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/RecursiveExceptionAppointment/BusinessObject) ## Suspend and resume the appointment UI rendering @@ -1018,7 +1018,7 @@ this.Scheduler.AppointmentsSource = appointments; ![customize-appointment-template-appearance-in-maui-scheduler](images/appointments/customize-appointment-template-appearance-in-maui-scheduler.png) -N> +>Note: * By default, the `SchedulerAppointment` is set as the `BindingContext` for `AppointmentTemplate` for both `SchedulerAppointment` and custom data object in `AppointmentsSource.` * The Custom data object can be bound in `AppointmentTemplate` by using `SchedulerAppointment.DataItem.` @@ -1099,7 +1099,7 @@ this.Scheduler.AppointmentsSource = appointments; {% endhighlight %} {% endtabs %} -N> +>Note: * The `BindingContext` for `AppointmentTemplate` for both `SchedulerAppointment` and `SchedulerAppointment.DataItem` in `AppointmentsSource.` * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -1128,7 +1128,7 @@ this.Scheduler.SelectedAppointmentBackground = Brush.Orange; You can add a border to all scheduler appointments by setting the `StrokeThickness` and `Stroke` properties in the `AppointmentBorderStyle` property. Additionally, you can customize the corner radius of the border using the `CornerRadius` property. By default, the `StrokeThickness` is not set. -N> Appointment border styles are not applicable for the month view indicator mode and the `AppointmentTemplate`. +>Note: Appointment border styles are not applicable for the month view indicator mode and the `AppointmentTemplate`. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} @@ -1201,6 +1201,6 @@ this.Scheduler.AppointmentBorderStyle = appointmentBorderStyle; ![individual-border-scheduler-appointment](images/appointments/individual-appointment-border.png) -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) diff --git a/MAUI/Scheduler/calendar-types.md b/MAUI/Scheduler/calendar-types.md index a43a2efc91..6c980975ab 100644 --- a/MAUI/Scheduler/calendar-types.md +++ b/MAUI/Scheduler/calendar-types.md @@ -42,7 +42,7 @@ The Scheduler control supports different types of calendars such as Gregorian, K -N> +>Note: * The FlowDirection will be updated based on the CalendarType. If you want to override this behavior, set the FlowDirection after CalendarTypeIf calendar is specified other than the Gregorian. All the DateTime values such as Appointment Start and End time, SpecialTimeRegion Start and End time, SelectableDayPredicate, SelectedDate, and DisplayDate can be given in two ways. * The DateTime instance without specifying calendar type. The scheduler will handle the DateTime value for the specified calendar type. * When a DateTime instance has a calendar type, the Scheduler handles it directly. diff --git a/MAUI/Scheduler/cell-selection.md b/MAUI/Scheduler/cell-selection.md index dc6c2c3524..89400d4c08 100644 --- a/MAUI/Scheduler/cell-selection.md +++ b/MAUI/Scheduler/cell-selection.md @@ -37,7 +37,7 @@ this.Scheduler.CellSelectionView.Stroke = Brush.Green; The cell selection background color can be customized by using the [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Background) property in the [Cellselectionview](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html). The default value is `Brush.Transparent`. -N> As default, [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) will have value; if [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Background) alone is required, you can set the [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) property to `Brush.Transparent`. +>Note: As default, [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) will have value; if [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Background) alone is required, you can set the [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) property to `Brush.Transparent`. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" hl_lines="3" %} @@ -82,7 +82,7 @@ this.Scheduler.CellSelectionView.CornerRadius = 2; The thickness of the selection view [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) can be customized by using the [StrokeWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_StrokeWidth) property in the [Cellselectionview](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html). -N> The [StrokeWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_StrokeWidth) is only applicable for the [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) property. +>Note: The [StrokeWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_StrokeWidth) is only applicable for the [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerCellSelectionView.html#Syncfusion_Maui_Scheduler_SchedulerCellSelectionView_Stroke) property. {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" hl_lines="3" %} diff --git a/MAUI/Scheduler/date-navigation-restriction.md b/MAUI/Scheduler/date-navigation-restriction.md index 584de1174b..1b665b5983 100644 --- a/MAUI/Scheduler/date-navigation-restriction.md +++ b/MAUI/Scheduler/date-navigation-restriction.md @@ -13,7 +13,7 @@ documentation: ug The [.NET MAUI Scheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html) control allows to navigate through dates either programmatically or by using the [forward](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_Forward) and [backward](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_Backward) buttons, and it is applicable to all the Scheduler views. -N> +>Note: Touch gesture is not working, as framework is facing an [issue](https://github.com/dotnet/maui/issues/3561) ### Programmatic date navigation @@ -36,7 +36,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> +>Note: When navigating before a minimum date, the date will be reset to the scheduler minimum date, and when navigating beyond a maximum date, the date will be reset to the scheduler maximum date. ### Programmatic date selection @@ -59,7 +59,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> It is not possible to use the `SelectedDate` to select before minimum display date time and beyond maximum display date time. +>Note: It is not possible to use the `SelectedDate` to select before minimum display date time and beyond maximum display date time. ### Programmatically change to adjacent dates @@ -150,7 +150,7 @@ this.Content = scheduler; ![Allow view navigation in .NET MAUI Scheduler.](images/date-navigation-restriction/allow-view-navigation-in-net-maui-scheduler.gif) -N> +>Note: * The default value of `AllowViewNavigation` is `false.` * The `AllowViewNavigation` is not applicable for the `day` and `timeline day` views. @@ -205,7 +205,7 @@ this.Content = scheduler; The [SfScheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html) allows users to toggle the visibility of the allowed views by setting value to the `ShowAllowedViews`. By setting this property to false, users can simplify the interface, making it cleaner and more focused, especially in scenarios where view switching is unnecessary. The default value for the property `ShowAllowedViews` is `true`. -N> When `ShowAllowedViews` is `false` the view navigation buttons in the scheduler header are hidden, but `AllowViewNavigation` still works for views added in the `AllowedViews` property. For `AllowedViews` is set to `Default`, no scheduler view navigation buttons are added, so `AllowViewNavigation` does not work. +>Note: When `ShowAllowedViews` is `false` the view navigation buttons in the scheduler header are hidden, but `AllowViewNavigation` still works for views added in the `AllowedViews` property. For `AllowedViews` is set to `Default`, no scheduler view navigation buttons are added, so `AllowViewNavigation` does not work. {% tabs %} {% highlight XAML hl_lines="2" %} @@ -317,6 +317,6 @@ this.Scheduler.DisabledDateBackground = Brush.LightSkyBlue; {% endhighlight %} {% endtabs %} -N> +>Note: * The `DisabledDateTextStyle` and `DisabledDateBackground` properties will be applicable for the following properties such as `MinimumDateTime,` `MaximumDateTime,` and `SelectableDayPredicate` of the `SfScheduler.` * The `DisabledDateBackground` property is not applicable for month cells and view header cells. \ No newline at end of file diff --git a/MAUI/Scheduler/day-week-views.md b/MAUI/Scheduler/day-week-views.md index 860bc1548b..bf7b6c9823 100644 --- a/MAUI/Scheduler/day-week-views.md +++ b/MAUI/Scheduler/day-week-views.md @@ -74,7 +74,7 @@ this.Content = scheduler; ![Change time interval in .NET MAUI Scheduler.](images/day-week-views/change-time-interval-in-net-maui-scheduler.png) -N> To modify the `TimeInterval` value (in minutes), change the time labels format by setting the `TimeRulerFormat` value to hh:mm. +>Note: To modify the `TimeInterval` value (in minutes), change the time labels format by setting the `TimeRulerFormat` value to hh:mm. ## Change time interval height @@ -133,7 +133,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> The `workweek` view displays exactly the defined working days on Scheduler control, whereas other views displays all the days. +>Note: The `workweek` view displays exactly the defined working days on Scheduler control, whereas other views displays all the days. ![Flexible working days in .NET MAUI Scheduler.](images/day-week-views/flexible-working-days-in-net-maui-scheduler.png) @@ -167,14 +167,14 @@ this.Content = scheduler; ![Flexible working hours in .NET MAUI Scheduler.](images/day-week-views/flexible-working-hours-in-net-maui-scheduler.png) -N> +>Note: * The `NonWorkingDays` property will be applicable only for `workweek` and `Timeline workweek` views only. It is not applicable for the remaining views. * No need to specify the decimal point values for `StartHour` and `EndHour`, if you do not want to set the minutes. * The number of time slots will be calculated based on the total minutes of a day and time interval (total minutes of a day ((start hour - end hour) * 60) / time interval). * If a custom timeInterval is given, then the number of time slots calculated based on the given `TimeInterval` should result in an integer value (total minutes % timeInterval = 0), otherwise the next immediate time interval that results in integer value when dividing total minutes of a day will be considered. For example, if TimeInterval=2 Hours 15 minutes and total minutes = 1440 (24 Hours per day), then the `TimeInterval` will be changed to ‘144’ (1440%144=0) by considering (total minutes % TimeInterval = 0), it will return integer value for time slots rendering. * If the custom `StartHour` and `EndHour` are given, then the number of time slots calculated based on the given `StartHour` and `EndHour` should result in integer value, otherwise the next immediate `TimeInterval` will be considered until the result is integer value. For example, if the `StartHour` is 9 (09:00AM), `EndHour` is 18.25 (06:15 PM), `TimeInterval` is 30 minutes, and total minutes = 555 ((18.25-9)*60), then the `TimeInterval` will be changed to ’37 minutes’ (555%37=0) by considering (total minutes % timeInterval = 0) it will return the integer value for time slots rendering. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightWorkingHour) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightWorkingHour) ## Special time regions @@ -221,7 +221,7 @@ private ObservableCollection GetTimeRegion() ![time-region-selection-restriction-in-timeslots-views-in-maui-scheduler](images/day-week-views/time-region-selection-restriction-in-timeslots-views-in-maui-scheduler.png) -N> This property only restricts the interaction on region and it does not restrict the following: +>Note: This property only restricts the interaction on region and it does not restrict the following: * The Programmatic selection (if the user updates the selected date value dynamically). * It does not clear the selection when the user selects the region and dynamically change the `EnablePointerInteraction` property to false. * It does not restrict appointment interaction when the appointment placed in the region. @@ -263,7 +263,7 @@ private ObservableCollection GetTimeRegion() ![recurring-time-region-selection-restriction-in-timeslots-views-in-maui-scheduler](images/day-week-views/recurring-time-region-selection-restriction-in-timeslots-views-in-maui-scheduler.png) -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightNonWorkingHour) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightNonWorkingHour) ### Recurrence exception dates @@ -485,7 +485,7 @@ private ObservableCollection GetTimeRegion() {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the `TimeRegionTemplate` is the `SchedulerTimeRegion.` * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -571,7 +571,7 @@ this.Content = scheduler; ![customize-current-time-indicator-appearance-in-timeslots-views-in-maui-scheduler](images/day-week-views/customize-current-time-indicator-appearance-in-timeslots-views-in-maui-scheduler.png) -N> +>Note: The current time indicator color is applied only when the`ShowCurrentTimeIndicator` property is enabled. ## Change time ruler width @@ -630,13 +630,13 @@ this.Content = scheduler; ![change-minimum-appointment-duration-in-maui-scheduler](images/day-week-views/change-minimum-appointment-duration-in-maui-scheduler.png) -N> +>Note: * The `MinimumAppointmentDuration` value will be set when an appointment duration value is lesser than `MinimumAppointmentDuration.` * The appointment duration value will be set when the appointment duration value is greater than the `MinimumAppointmentDuration.` * The `TimeInterval` value will be set when the `MinimumAppointmentDuration` is greater than the `TimeInterval` with lesser appointment duration. * The all-day appointment does not support `MinimumAppointmentDuration.` -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -894,7 +894,7 @@ You can customize the view header appearance by using the [ViewHeaderTemplate](h ![customize-view-header-appearance-using-template-in-timeslot-view-in-maui-scheduler](images/day-week-views/customize-view-header-appearance-using-template-in-timeslot-view-in-maui-scheduler.png) -N> +>Note: * The BindingContext of the `ViewHeaderTemplate` is the`DateTime.` The `SelectableDayPredicate,` `MinimumDateTime,` and `MaximumDateTime` properties of date and time values can be used directly in the data template selector. #### Customize view header appearance using DataTemplateSelector @@ -956,7 +956,7 @@ this.Scheduler.View = SchedulerView.Week; {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the `ViewHeaderTemplate` is the`DateTime.` The `SelectableDayPredicate,` `MinimumDateTime,` and `MaximumDateTime` properties of date and time values can be used directly in the data template selector. * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -990,7 +990,7 @@ this.Content = scheduler; ![change-time-ruler-text-formatting-in-maui-scheduler](images/day-week-views/change-time-ruler-text-formatting-in-maui-scheduler.png) -N> +>Note: * By default, the scheduler time text format is `hh:mm tt.` #### Customize time ruler text style diff --git a/MAUI/Scheduler/drag-and-drop-appointments.md b/MAUI/Scheduler/drag-and-drop-appointments.md index ed23a40b7d..aba2c75c53 100644 --- a/MAUI/Scheduler/drag-and-drop-appointments.md +++ b/MAUI/Scheduler/drag-and-drop-appointments.md @@ -26,7 +26,7 @@ this.scheduler.AllowAppointmentDrag = false; Refer [here](https://help.syncfusion.com/maui/scheduler/appointments#creating-business-objects) to create a business object class. -N> Inherit the business object class from the `INotifyPropertyChanged` for dynamic changes in custom data. +>Note: Inherit the business object class from the `INotifyPropertyChanged` for dynamic changes in custom data. ## Handle appointment drag starting You can get the appointment details and handle whether the appointment can be draggable or not by using the [AppointmentDragStarting](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_AppointmentDragStarting) event. This event will be triggered when the appointment is started dragging. The [AppointmentDragStartingEventArgs](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.AppointmentDragStartingEventArgs.html) argument contains the following properties. @@ -189,7 +189,7 @@ this.Scheduler.DragDropSettings.AllowScroll = false; {% endhighlight %} {% endtabs %} -N> This is not applicable for MonthView. +>Note: This is not applicable for MonthView. #### Show or hide drag time indicator You can handle whether the drag and drop indicator should be displayed within the scheduler during appointment dragging by using the [ShowTimeIndicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.DragDropSettings.html#Syncfusion_Maui_Scheduler_DragDropSettings_ShowTimeIndicator) property which shows the dragged appointment's current position time. The default value of the `ShowTimeIndicator` property is `true`. @@ -210,7 +210,7 @@ this.Scheduler.DragDropSettings.ShowTimeIndicator = false; {% endhighlight %} {% endtabs %} -N> +>Note: * The drag time indicator is applicable only when the [TimeRulerWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerDaysView.html#Syncfusion_Maui_Scheduler_SchedulerDaysView_TimeRulerWidth) property is greater than zero in Day, Week, and WorkWeek views and the [TimeRulerHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerTimelineView.html#Syncfusion_Maui_Scheduler_SchedulerTimelineView_TimeRulerHeight) property is is greater than zero in TimeLineDay, TimeLineWeek, TimeLineWorkWeek views. * The drag time indicator is not applicable for Month and Timeline Month views. @@ -249,4 +249,4 @@ this.Scheduler.DragDropSettings.TimeIndicatorTextFormat = "hh:mm"; {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/DragAndDropSample) \ No newline at end of file +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/DragAndDropSample) \ No newline at end of file diff --git a/MAUI/Scheduler/events.md b/MAUI/Scheduler/events.md index 231bab8575..08ce5f1710 100644 --- a/MAUI/Scheduler/events.md +++ b/MAUI/Scheduler/events.md @@ -48,7 +48,7 @@ private void OnSchedulerTapped(object sender, SchedulerTappedEventArgs e) {% endhighlight %} {% endtabs %} -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -88,7 +88,7 @@ private void OnSchedulerDoubleTapped(object sender, SchedulerDoubleTappedEventAr {% endhighlight %} {% endtabs %} -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -128,7 +128,7 @@ private void OnSchedulerLongPressed(object sender, SchedulerLongPressedEventArgs {% endhighlight %} {% endtabs %} -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -164,7 +164,7 @@ private void OnSchedulerSelectionChanged(object sender, SchedulerSelectionChange {% endhighlight %} {% endtabs %} -N> +>Note: The `Tapped` event is triggered first, followed by 'selection-changed' event will be performed. ## ViewChanged @@ -203,7 +203,7 @@ private void OnSchedulerViewChanged(object sender, SchedulerViewChangedEventArgs {% endhighlight %} {% endtabs %} -N> +>Note: Whenever a scheduler view is changed, the `SelectableDayPredicate` function must be called to decide whether the cell is selectable or not in the `SfScheduler.` ## Commands diff --git a/MAUI/Scheduler/getting-started.md b/MAUI/Scheduler/getting-started.md index 7aa18f2083..b2836f02da 100644 --- a/MAUI/Scheduler/getting-started.md +++ b/MAUI/Scheduler/getting-started.md @@ -343,7 +343,7 @@ this.scheduler.AppointmentsSource = appointment; {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) ![adding-scheduler-appointments-in-maui-scheduler](images/getting-started/adding-scheduler-appointments-in-maui-scheduler.png) @@ -351,7 +351,7 @@ N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler- Map the custom appointments data to our scheduler. -N> The CustomAppointment class should contain two DateTime fields and a string field as mandatory. +>Note: The CustomAppointment class should contain two DateTime fields and a string field as mandatory. Here are the steps to render meetings using the [.NET MAUI Scheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html) control with respective custom data properties created in a class `Meeting.` @@ -390,7 +390,7 @@ public class Meeting {% endhighlight %} {% endtabs %} -N> Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. +>Note: Inherit this class from the `INotifyPropertyChanged` for dynamic changes in custom data. #### Create view model @@ -644,7 +644,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) ## Change first day of week @@ -771,7 +771,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> This property will not be applicable for the `SchedulerView` is `Timeline Month.` +>Note: This property will not be applicable for the `SchedulerView` is `Timeline Month.` ![show-week-number-in-maui-scheduler](images/getting-started/show-week-number-in-maui-scheduler.png) @@ -808,8 +808,8 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> It is not applicable if the `View` is `Timeline Month` and it is applied only when the `ShowWeekNumber` property is `enabled.` +>Note: It is not applicable if the `View` is `Timeline Month` and it is applied only when the `ShowWeekNumber` property is `enabled.` ![customize-the-week-number-text-style-in-maui-scheduler](images/getting-started/customize-the-week-number-text-style-in-maui-scheduler.png) -N> You can refer to our [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Scheduler Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/Scheduler) that shows you how to render the Scheduler in .NET MAUI. +>Note: You can refer to our [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Scheduler Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/Scheduler) that shows you how to render the Scheduler in .NET MAUI. diff --git a/MAUI/Scheduler/header-view.md b/MAUI/Scheduler/header-view.md index 1dc3583678..1c0dec8134 100644 --- a/MAUI/Scheduler/header-view.md +++ b/MAUI/Scheduler/header-view.md @@ -212,5 +212,5 @@ public class HeaderTemplateSelector : DataTemplateSelector {% endhighlight %} {% endtabs %} -N> +>Note: * When using data template selector, performance issues occur as the conversion template views take time within the framework. \ No newline at end of file diff --git a/MAUI/Scheduler/load-on-demand.md b/MAUI/Scheduler/load-on-demand.md index 3bc89772dc..58dcb11f20 100644 --- a/MAUI/Scheduler/load-on-demand.md +++ b/MAUI/Scheduler/load-on-demand.md @@ -119,7 +119,7 @@ private ObservableCollection GenerateSchedulerAppointments {% endhighlight %} {% endtabs %} -N> The QueryAppointments event will be triggered, if any one of the following actions is performed., +>Note: The QueryAppointments event will be triggered, if any one of the following actions is performed., * Once the `ViewChanged` event is triggered, the `QueryAppointments` will be triggered. * If an appointment has been added or removed in the current visible dates, then the `QueryAppointments` event will not be triggered. Because the appointments for that visible date are already loaded. * In the scheduler agenda view, the `QueryAppointments` event is used to load more appointments when the new month is loaded on view, whereas the new month appointments are added in scheduler `AppointmentsSource.` @@ -255,7 +255,7 @@ public class LoadOnDemandViewModel : INotifyPropertyChanged {% endhighlight %} {% endtabs %} -N> The `QueryAppointmentsCommand` will be raised if any one of the following action is performed, +>Note: The `QueryAppointmentsCommand` will be raised if any one of the following action is performed, * Once the `ViewChanged` event is raised, the `QueryAppointmentsCommand` will be raised. * If an appointment has been added or removed in the current time visible date, then the `QueryAppointments` command will not be triggered. Because the appointments for that visible date are already loaded. * In the scheduler agenda view, the `QueryAppointments` event is used to load more appointments when the new month is loaded on view, whereas the new month appointments are added in scheduler `AppointmentsSource.` @@ -284,7 +284,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> +>Note: * When using the `QueryAppointments` or `QueryAppointmentsCommand,` you can start and stop the animation before and after the appointments load. * When `QueryAppointments` or `QueryAppointmentsCommand` are not used, and show busy indicator is enabled, the busy indicator will be stopped once the appointment is rendered. @@ -310,6 +310,6 @@ You can customize the busy indicator appearance by using the [BusyIndicatorTempl {% endhighlight %} {% endtabs %} -N> +>Note: * The `BusyIndicatorTemplate` is applicable to only, when `ShowBusyIndicator` property is enabled. * The `BusyIndicatorTemplate` is also applicable for `QueryAppointments` and `QueryAppointmentsCommand` properties of the `SfScheduler.` diff --git a/MAUI/Scheduler/localization.md b/MAUI/Scheduler/localization.md index ae0bccfab6..79fac29676 100644 --- a/MAUI/Scheduler/localization.md +++ b/MAUI/Scheduler/localization.md @@ -38,7 +38,7 @@ public partial class App : Application {% endhighlight %} {% endtabs %} -N> +>Note: The required `resx` files with `Build Action` as `EmbeddedResource` (File name should contain culture code) into the `Resources` folder. ## Localize application level diff --git a/MAUI/Scheduler/month-view.md b/MAUI/Scheduler/month-view.md index c32906d322..eb9e0216c2 100644 --- a/MAUI/Scheduler/month-view.md +++ b/MAUI/Scheduler/month-view.md @@ -14,7 +14,7 @@ By default, the Month view displays the entire days of a particular month and cu By default, when an appointment is tried to create through Month view, it is considered to be created for an entire day. -N> The appointment views for each month cells will be updated depends on the month cells height. While resizing the layout, the following actions would be performed, +>Note: The appointment views for each month cells will be updated depends on the month cells height. While resizing the layout, the following actions would be performed, * If the appointment views overlaps with month cell dates or do not fit into the month cell height then the appointment view is changed from [AppointmentDisplayMode.Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerMonthAppointmentDisplayMode.html#Syncfusion_Maui_Scheduler_SchedulerMonthAppointmentDisplayMode_Text) to [AppointmentDisplayMode.Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerMonthAppointmentDisplayMode.html#Syncfusion_Maui_Scheduler_SchedulerMonthAppointmentDisplayMode_Indicator) view. * If the indicator views overlaps with month cell dates, then the indicator view is changed from [(AppointmentDisplayMode.Indicator](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerMonthAppointmentDisplayMode.html#Syncfusion_Maui_Scheduler_SchedulerMonthAppointmentDisplayMode_Indicator) to [AppointmentDisplayMode.None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerMonthAppointmentDisplayMode.html#Syncfusion_Maui_Scheduler_SchedulerMonthAppointmentDisplayMode_None). @@ -52,7 +52,7 @@ this.Content = scheduler; ![change-appointment-display-mode-in-maui-scheduler](images/month-view/change-appointment-display-mode-in-maui-scheduler.png) -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -320,7 +320,7 @@ public class MonthViewHeaderTemplateSelector : DataTemplateSelector {% endhighlight %} {% endtabs %} -N> +>Note: * When using data template selector, performance issues occur as the conversion template views take time within the framework. ## Month Navigation direction @@ -428,7 +428,7 @@ You can customize the month cell appearance by using the [CellTemplate](https:// ![customize-month-cell-appearance-using-template-in-month-view-in-maui-scheduler](images/month-view/customize-month-cell-appearance-using-template-in-month-view-in-maui-scheduler.png) -N> +>Note: * The BindingContext of the `CellTemplate` is the `SchedulerMonthCellDetails.` #### Customize month cell appearance using DataTemplateSelector @@ -488,6 +488,6 @@ this.Scheduler.View = SchedulerView.Month; {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the `CellTemplate` is the `SchedulerMonthCellDetails.` * When using data template selector, performance issues occur as the conversion template views take time within the framework. diff --git a/MAUI/Scheduler/reminders.md b/MAUI/Scheduler/reminders.md index 6608a18ba7..c2771c153a 100644 --- a/MAUI/Scheduler/reminders.md +++ b/MAUI/Scheduler/reminders.md @@ -11,7 +11,7 @@ documentation: ug The [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) notify an appointment reminder by using the [EnableReminder](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_EnableReminder) property and [ReminderAlertOpening](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html#Syncfusion_Maui_Scheduler_SfScheduler_ReminderAlertOpening) event. An appointment can have one or more reminders. -N> +>Note: * As a [restriction](https://github.com/dotnet/maui/discussions/4216) in enabling toast notification in .NET MAUI Framework, as of now, add an event to notify appointment reminders. **Handling reminders for future appointments** @@ -421,6 +421,6 @@ private void Scheduler_ReminderAlertOpening(object sender, ReminderAlertOpeningE {% endhighlight %} {% endtabs %} -N> +>Note: * [View scheduler appointment reminder sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/Reminders/SchedulerReminder) * [View business object reminder sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/Reminders/BusinessObject) \ No newline at end of file diff --git a/MAUI/Scheduler/resource-view.md b/MAUI/Scheduler/resource-view.md index 16ac357f8a..ff398699af 100644 --- a/MAUI/Scheduler/resource-view.md +++ b/MAUI/Scheduler/resource-view.md @@ -122,7 +122,7 @@ The Schedule supports full data binding to [Resources](https://help.syncfusion.c | Background | Maps the property name of custom class, which is equivalent to Background in SchedulerResource. | | Foreground | Maps the property name of custom class, which is equivalent to Foreground in SchedulerResource. | -N> Custom resource class should contain a mandatory field for resource `Id`. +>Note: Custom resource class should contain a mandatory field for resource `Id`. ## Mapping resource business object or custom field @@ -294,7 +294,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> +>Note: * By default, if the viewport height is greater than 400 then each resource height will be calculated by viewport size divided by the minimum value of scheduler resources count and 4 (default resource count). * If the viewport height is lesser than 400 then each resource height will be calculated by default viewport size(4 (default resource*100)) divided by the minimum value of scheduler resources count and 4 (default resource count). * If the MinimumRowHeight is less than the default row height then the default row height will be used. diff --git a/MAUI/Scheduler/timeline-views.md b/MAUI/Scheduler/timeline-views.md index 0f9a1c2823..ed21929d8b 100644 --- a/MAUI/Scheduler/timeline-views.md +++ b/MAUI/Scheduler/timeline-views.md @@ -76,7 +76,7 @@ this.Content = scheduler; ![change-time-interval-in-maui-scheduler](images/timeline-views/change-time-interval-in-maui-scheduler.png) -N> To modify the `TimeInterval` value (in minutes), change the time labels format by setting the `TimeRulerFormat` value to `hh:mm.` +>Note To modify the `TimeInterval` value (in minutes), change the time labels format by setting the `TimeRulerFormat` value to `hh:mm.` ## Change time interval width @@ -134,7 +134,7 @@ this.Content = scheduler; {% endhighlight %} {% endtabs %} -N> The `Timeline workweek` view displays exactly the defined working days on Scheduler control, whereas other views displays all the days. +>Note The `Timeline workweek` view displays exactly the defined working days on Scheduler control, whereas other views displays all the days. ## Flexible working hours @@ -166,14 +166,14 @@ this.Content = scheduler; ![flexible-working-hours-in-maui-scheduler](images/timeline-views/flexible-working-hours-in-maui-scheduler.png) -N> +>Note * The `NonWorkingDays` property will be applicable only for `workWeek` and `TimelineWorkWeek` views only, and not be applicable for the remaining views. * No need to specify the decimal point values for `StartHour` and `EndHour`, if you do not want to set the minutes. * The number of time slots will be calculated based on total minutes of a day and time interval (total minutes of a day ((start hour - end hour) * 60) / time interval). * If a custom timeInterval is given, then the number of time slots calculated based on the given `TimeInterval` should result in an integer value (total minutes % timeInterval = 0), otherwise the next immediate time interval that results in integer value when dividing total minutes of a day will be considered. For example, if TimeInterval=2 Hours 15 minutes and total minutes = 1440 (24 Hours per day), then the `TimeInterval` will be changed to ‘144’ (1440%144=0) by considering (total minutes % TimeInterval = 0), it will return integer value for time slots rendering. * If the custom `StartHour` and `EndHour` are given, then the number of time slots calculated based on the given `StartHour` and `EndHour` should result in integer value, otherwise the next immediate `TimeInterval` will be considered until the result is integer value. For example, if the `StartHour` is 9 (09:00AM), `EndHour` is 18.25 (06:15 PM), `TimeInterval` is 30 minutes, and total minutes = 555 ((18.25-9)*60), then the `TimeInterval` will be changed to ’37 minutes’ (555%37=0) by considering (total minutes % timeInterval = 0) it will return the integer value for time slots rendering. -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightWorkingHour) +>Note [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightWorkingHour) ## Special time regions @@ -218,7 +218,7 @@ private ObservableCollection GetTimeRegion() {% endhighlight %} {% endtabs %} -N> This property only restricts the interaction on region and it does not restrict the following: +>Note: This property only restricts the interaction on region and it does not restrict the following: * The Programmatic selection (if the user updates the selected date value dynamically). * It does not clear the selection when the user selects the region and dynamically change the `EnablePointerInteraction` property to false. * It does not restrict appointment interaction when the appointment placed in the region. @@ -258,7 +258,7 @@ private ObservableCollection GetTimeRegion() {% endhighlight %} {% endtabs %} -N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightNonWorkingHour) +>Note: [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/HighlightNonWorkingHour) ### Recurrence exception dates @@ -477,7 +477,7 @@ private ObservableCollection GetTimeRegion() {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the `TimeRegionTemplate` is the `SchedulerTimeRegion.` * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -563,7 +563,7 @@ this.Content = scheduler; ![customize-current-time-indicator-appearance-in-timeline-views-in-maui-scheduler](images/timeline-views/customize-current-time-indicator-appearance-in-timeline-views-in-maui-scheduler.png) -N> +>Note: The current time indicator color is applied only when the`ShowCurrentTimeIndicator` property is enabled. ## Change time ruler height @@ -622,13 +622,13 @@ this.Content = scheduler; ![minimum-appointment-duration-in-maui-scheduler](images/timeline-views/minimum-appointment-duration-in-maui-scheduler.png) -N> +>Note: * The `MinimumAppointmentDuration` value will be set when an appointment duration value is lesser than `MinimumAppointmentDuration.` * Appointment duration value will be set when the appointment duration value is greater than `MinimumAppointmentDuration`. * The `TimeInterval` value will be set when the `MinimumAppointmentDuration` is greater than `TimeInterval` with lesser appointment duration. * The all-day appointment does not support `MinimumAppointmentDuration.` -N> +>Note: * [View scheduler appointment sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted) * [View business object sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/BusinessObject) @@ -791,7 +791,7 @@ You can customize the view header appearance by using the [ViewHeaderTemplate](h ![customize-view-header-appearance-using-template-in-timeslot-view-in-maui-scheduler](images/timeline-views/customize-view-header-appearance-using-template-in-timeslot-view-in-maui-scheduler.png) -N> +>Note: * The BindingContext of the `ViewHeaderTemplate` is the`DateTime.` The `SelectableDayPredicate,` `MinimumDateTime,` and `MaximumDateTime` properties of date and time values can be used directly in the data template selector. #### Customize view header appearance using DataTemplateSelector @@ -865,7 +865,7 @@ this.Scheduler.View = SchedulerView.TimelineWeek; {% endhighlight %} {% endtabs %} -N> +>Note: * The BindingContext of the `ViewHeaderTemplate` is the`DateTime.` The `SelectableDayPredicate,` `MinimumDateTime,` and `MaximumDateTime` properties of date and time values can be used directly in the data template selector. * When using data template selector, performance issues occur as the conversion template views take time within the framework. @@ -897,7 +897,7 @@ this.Content = scheduler; ![change-time-ruler-text-formatting-in-.net-maui-scheduler](images/timeline-views/change-time-ruler-text-formatting-in-.net-maui-scheduler.png) -N> +>Note: * By default, the scheduler time text format is `hh:mm tt.` #### Customize time ruler text style diff --git a/MAUI/Segmented-Control/customization.md b/MAUI/Segmented-Control/customization.md index 99a610014f..ae63faaadb 100644 --- a/MAUI/Segmented-Control/customization.md +++ b/MAUI/Segmented-Control/customization.md @@ -141,7 +141,7 @@ public partial class MainPage : ContentPage ![Corner radius customization in .NET MAUI Segmented control.](images/customization/corner-radius.png) -N> The `CornerRadius` property will be applicable only for the first and last segment items. To set corner radius for all segments, use `SegmentCornerRadius`. +>Note: The `CornerRadius` property will be applicable only for the first and last segment items. To set corner radius for all segments, use `SegmentCornerRadius`. ## Customize the segment corner radius diff --git a/MAUI/Segmented-Control/disabled-segment.md b/MAUI/Segmented-Control/disabled-segment.md index d0f544b9a3..e2ef350cb9 100644 --- a/MAUI/Segmented-Control/disabled-segment.md +++ b/MAUI/Segmented-Control/disabled-segment.md @@ -151,7 +151,7 @@ public partial class MainPage : ContentPage ![Disabled segment text color customization in .NET MAUI Segmented control.](images/disabled-segment/disabled-segment-text-color.png) -N> The `DisabledSegmentTextColor` will be applicable only when the `IsEnabled` property of `SfSegmentItem`, or `SfSegmentedControl` is set to `false`. +>Note: The `DisabledSegmentTextColor` will be applicable only when the `IsEnabled` property of `SfSegmentItem`, or `SfSegmentedControl` is set to `false`. ### Customizing the disabled segment background @@ -189,4 +189,4 @@ public partial class MainPage : ContentPage ![Disabled segment background customization in .NET MAUI Segmented control.](images/disabled-segment/disabled-segment-background.png) -N> The `DisabledSegmentBackground` will be applicable only when the `IsEnabled` property of `SfSegmentItem`, or `SfSegmentedControl` is set to `false`. \ No newline at end of file +>Note: The `DisabledSegmentBackground` will be applicable only when the `IsEnabled` property of `SfSegmentItem`, or `SfSegmentedControl` is set to `false`. \ No newline at end of file diff --git a/MAUI/Segmented-Control/layout.md b/MAUI/Segmented-Control/layout.md index d59acae848..34cb14d431 100644 --- a/MAUI/Segmented-Control/layout.md +++ b/MAUI/Segmented-Control/layout.md @@ -174,4 +174,4 @@ public partial class MainPage : ContentPage ![Visible segment count in .NET MAUI Segmented control.](images/layout/visible-segment-count.png) -N> The layout of segments adjusts automatically once [VisibleSegmentsCount](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentedControl.html#Syncfusion_Maui_Buttons_SfSegmentedControl_VisibleSegmentsCount) is set. This means that the [SegmentWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentedControl.html#Syncfusion_Maui_Buttons_SfSegmentedControl_SegmentWidth) and [SfSegmentItem.Width](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html#Syncfusion_Maui_Buttons_SfSegmentItem_Width) properties will not be applied, and the `WidthRequest` value should be divided by the `VisibleSegmentsCount` to determine the width of each segment. \ No newline at end of file +>Note: The layout of segments adjusts automatically once [VisibleSegmentsCount](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentedControl.html#Syncfusion_Maui_Buttons_SfSegmentedControl_VisibleSegmentsCount) is set. This means that the [SegmentWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentedControl.html#Syncfusion_Maui_Buttons_SfSegmentedControl_SegmentWidth) and [SfSegmentItem.Width](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html#Syncfusion_Maui_Buttons_SfSegmentItem_Width) properties will not be applied, and the `WidthRequest` value should be divided by the `VisibleSegmentsCount` to determine the width of each segment. \ No newline at end of file diff --git a/MAUI/Segmented-Control/selection.md b/MAUI/Segmented-Control/selection.md index c52673418a..9c73c1141a 100644 --- a/MAUI/Segmented-Control/selection.md +++ b/MAUI/Segmented-Control/selection.md @@ -262,7 +262,7 @@ public partial class MainPage : ContentPage ![Selected segment background customization in .NET MAUI Segmented control.](images/selection/selection-background.png) -N> The `Background` property of `SelectionIndicatorSettings` is applicable only for [SelectionIndicatorPlacement.Fill](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_Fill). +>Note: The `Background` property of `SelectionIndicatorSettings` is applicable only for [SelectionIndicatorPlacement.Fill](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_Fill). #### Customize selected segment background of each segment item Customize the selected segment background of each segment item using the [SelectedSegmentBackground](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html#Syncfusion_Maui_Buttons_SfSegmentItem_SelectedSegmentBackground) property of [SfSegmentItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html). @@ -415,7 +415,7 @@ public partial class MainPage : ContentPage ![Selected segment border color customization in .NET MAUI Segmented control.](images/selection/border-stroke.png) -N> The `Stroke` property of `SelectionIndicatorSettings` is applicable only when the selection mode is set to [SelectionIndicatorPlacement.Border](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_Border), [SelectionIndicatorPlacement.TopBorder](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_TopBorder), or [SelectionIndicatorPlacement.BottomBorder](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_BottomBorder). +>Note: The `Stroke` property of `SelectionIndicatorSettings` is applicable only when the selection mode is set to [SelectionIndicatorPlacement.Border](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_Border), [SelectionIndicatorPlacement.TopBorder](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_TopBorder), or [SelectionIndicatorPlacement.BottomBorder](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorPlacement.html#Syncfusion_Maui_Buttons_SelectionIndicatorPlacement_BottomBorder). ### Customize selected segment border thickness Customize the selected segment border thickness using the [StrokeThickness](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SelectionIndicatorSettings.html#Syncfusion_Maui_Buttons_SelectionIndicatorSettings_StrokeThickness) property of [SelectionIndicatorSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentedControl.html#Syncfusion_Maui_Buttons_SfSegmentedControl_SelectionIndicatorSettings). diff --git a/MAUI/TreeMap/accessibility.md b/MAUI/TreeMap/accessibility.md index 9a5c6d39ac..95361ea5b7 100644 --- a/MAUI/TreeMap/accessibility.md +++ b/MAUI/TreeMap/accessibility.md @@ -34,4 +34,4 @@ Moves selection to the previous item on the left side of the TreeMap.

-N> When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single), each key press clears the previous focus and selects the new item. When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple), the previously focused item remains selected while new items are selected with each key press. When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_None), the item remains unselected. \ No newline at end of file +>Note: When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single), each key press clears the previous focus and selects the new item. When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple), the previously focused item remains selected while new items are selected with each key press. When [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [None](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_None), the item remains unselected. \ No newline at end of file diff --git a/MAUI/TreeMap/brush-settings.md b/MAUI/TreeMap/brush-settings.md index 539da47f7f..baf61e0d91 100644 --- a/MAUI/TreeMap/brush-settings.md +++ b/MAUI/TreeMap/brush-settings.md @@ -230,7 +230,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> The [TreeMapRangeBrushSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapRangeBrushSettings.html) is only applicable when the [RangeColorValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_RangeColorValuePath) property of the [SfTreeMap](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html) is enabled. Additionally, you can ensure that legend items share the same background color by setting the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) property within [LegendSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_LegendSettings). +>Note: The [TreeMapRangeBrushSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapRangeBrushSettings.html) is only applicable when the [RangeColorValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_RangeColorValuePath) property of the [SfTreeMap](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html) is enabled. Additionally, you can ensure that legend items share the same background color by setting the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) property within [LegendSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_LegendSettings). ![range-brush-settings-in-maui-tree-map](images/brush-settings/range-brush-settings.png) diff --git a/MAUI/TreeMap/getting-started.md b/MAUI/TreeMap/getting-started.md index f9d77d9bfa..0c87bce9d3 100644 --- a/MAUI/TreeMap/getting-started.md +++ b/MAUI/TreeMap/getting-started.md @@ -657,7 +657,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This is applicable only when [Levels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_Levels) is enabled. +>Note: This is applicable only when [Levels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_Levels) is enabled. ## Enable tooltip @@ -858,4 +858,4 @@ public class PopulationViewModel ![legend-in-maui-tree-map](images/getting-started/legend-in-maui-tree-map.png) - N> You can refer to our [.NET MAUI TreeMap](https://www.syncfusion.com/maui-controls/maui-tree-map) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI TreeMap Example](https://github.com/SyncfusionExamples/maui-treemap-examples/tree/master/) that shows you how to render the TreeMap in .NET MAUI. + >Note: You can refer to our [.NET MAUI TreeMap](https://www.syncfusion.com/maui-controls/maui-tree-map) feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI TreeMap Example](https://github.com/SyncfusionExamples/maui-treemap-examples/tree/master/) that shows you how to render the TreeMap in .NET MAUI. diff --git a/MAUI/TreeMap/leaf-item-settings.md b/MAUI/TreeMap/leaf-item-settings.md index 33e177b851..c8570270e3 100644 --- a/MAUI/TreeMap/leaf-item-settings.md +++ b/MAUI/TreeMap/leaf-item-settings.md @@ -575,6 +575,6 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property is applicable to only when the [LabelPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLeafItemSettings.html#Syncfusion_Maui_TreeMap_TreeMapLeafItemSettings_LabelPath) property is specified. +>Note: This property is applicable to only when the [LabelPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLeafItemSettings.html#Syncfusion_Maui_TreeMap_TreeMapLeafItemSettings_LabelPath) property is specified. ![leaf-item-text-style-in-maui-tree-map](images/leaf-item-settings/leaf-item-text-style.png) \ No newline at end of file diff --git a/MAUI/TreeMap/legend.md b/MAUI/TreeMap/legend.md index f3e9e5b19d..28b6cfaad9 100644 --- a/MAUI/TreeMap/legend.md +++ b/MAUI/TreeMap/legend.md @@ -240,7 +240,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![legend-placement-in-maui-tree-map](images/legend/legend-placement-in-maui-tree-map.png) @@ -358,7 +358,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![legend-icon-size-in-maui-tree-map](images/legend/legend-icon-size-in-maui-tree-map.png) @@ -490,7 +490,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![legend-icon-type-in-maui-tree-map](images/legend/legend-icon-type-in-maui-tree-map.png) @@ -613,7 +613,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![legend-size-in-maui-tree-map](images/legend/legend-size-in-maui-tree-map.png) @@ -756,7 +756,7 @@ The `TreeMapLegend` supports customizing the appearance of legend items using th ![Legend template](images\legend\treemap-legend-template.png){:width="313" height="480" loading="lazy" .lazy .shadow-effect .section-padding .img-padding} -N> The BindingContext of the ItemTemplate is the corresponding underlying legend item provided in the TreeMapLegendSettings class. +>Note: The BindingContext of the ItemTemplate is the corresponding underlying legend item provided in the TreeMapLegendSettings class. ## Brush settings @@ -873,7 +873,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will be applicable to only when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will be applicable to only when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![range-brush-settings-in-maui-tree-map](images/legend/range-brush-settings-in-maui-tree-map.png) @@ -996,6 +996,6 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. +>Note: This property will only be applicable when the [ShowLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.TreeMapLegendSettings.html#Syncfusion_Maui_TreeMap_TreeMapLegendSettings_ShowLegend) is enabled. ![legend-text-style-in-maui-tree-map](images/legend/legend-text-style-in-maui-tree-map.png) \ No newline at end of file diff --git a/MAUI/TreeMap/levels.md b/MAUI/TreeMap/levels.md index 654a989e6a..c147f59b3d 100644 --- a/MAUI/TreeMap/levels.md +++ b/MAUI/TreeMap/levels.md @@ -402,7 +402,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> To customize the same background color for both header and leaf items at each level, utilize the [GroupItemBrushSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_GroupItemBrushSettings) property. +>Note: To customize the same background color for both header and leaf items at each level, utilize the [GroupItemBrushSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_GroupItemBrushSettings) property. ![level-background-in-maui-tree-map](images/levels/level-background-in-maui-tree-map.png) diff --git a/MAUI/TreeMap/selection-and-highlights.md b/MAUI/TreeMap/selection-and-highlights.md index aa8b19a876..2c137f89a1 100644 --- a/MAUI/TreeMap/selection-and-highlights.md +++ b/MAUI/TreeMap/selection-and-highlights.md @@ -476,7 +476,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single) or [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple). +>Note: This property is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single) or [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple). ![selected-item-stroke-in-maui-tree-map](images/selection/selected-item-stroke-in-maui-tree-map.png) @@ -570,6 +570,6 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single) or [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple). +>Note: This property is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_SelectionMode) is set to [Single](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Single) or [Multiple](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SelectionMode.html#Syncfusion_Maui_TreeMap_SelectionMode_Multiple). ![selected-item-stroke-width-in-maui-tree-map](images/selection/selected-item-stroke-width-in-maui-tree-map.png) \ No newline at end of file diff --git a/MAUI/TreeMap/tooltip.md b/MAUI/TreeMap/tooltip.md index 9563dc3ef9..ffa42c63d9 100644 --- a/MAUI/TreeMap/tooltip.md +++ b/MAUI/TreeMap/tooltip.md @@ -206,7 +206,7 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowToolTip](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_ShowToolTip) is enabled. +>Note: This property will only be applicable when the [ShowToolTip](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_ShowToolTip) is enabled. ![customize-tooltip-appearance-in-maui-tree-map](images/tooltip/customize-tooltip-appearance-in-maui-tree-map.png) @@ -335,6 +335,6 @@ public class PopulationViewModel {% endhighlight %} {% endtabs %} -N> This property will only be applicable when the [ShowToolTip](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_ShowToolTip) is enabled. +>Note: This property will only be applicable when the [ShowToolTip](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TreeMap.SfTreeMap.html#Syncfusion_Maui_TreeMap_SfTreeMap_ShowToolTip) is enabled. ![tooltip-template-in-maui-tree-map](images/tooltip/tooltip-template-in-maui-tree-map.png) \ No newline at end of file