Skip to content

Commit cdc2ff8

Browse files
committed
Changed the images size and made content corrections
1 parent edd79a2 commit cdc2ff8

18 files changed

+27
-32
lines changed
106 KB
Loading

MAUI/Scheduler/resource-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ In Mobile platforms, the resource view for the day, week, and work week view whe
179179
The hamburger icon color can be customized by using the `HamburgerIconColor` property of the [SchedulerResourceView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerResourceView.html?tabs=tabid-13%2Ctabid-6).
180180

181181
{% tabs %}
182-
{% highlight XAML hl_lines="4" %}
182+
{% highlight XAML hl_lines="3" %}
183183

184184
<syncfusion:SfScheduler x:Name="Scheduler" View="Day">
185185
<syncfusion:SfScheduler.ResourceView>

MAUI/SmartScheduler/events.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,24 @@ documentation: ug
99

1010
# Events in .NET MAUI AI-Powered Scheduler (SfSmartScheduler)
1111

12-
The `SfSmartScheduler` supports the `AssistAppointmentResponseCompleted` event to interact with .NET MAUI AI-Powered Scheduler.
12+
The `SfSmartScheduler` supports the `AssistAppointmentResponseCompleted` event to interact with .NET MAUI smart Scheduler.
1313

1414
## AssistAppointmentResponseCompleted Event
1515

16-
The `SfSmartScheduler` control provides the `AssistAppointmentResponseCompleted` to respond an appointment is created or modified through AI assistance. The appointment, assistant response, handled and its action are passed through the `AssistAppointmentResponseCompletedEventArgs`. This argument provides the following details:
16+
The `SfSmartScheduler` control provides the `AssistAppointmentResponseCompleted` to respond an appointment is created or modified through AI assistance. The appointment, assistant response, handled and action are passed through the `AssistAppointmentResponseCompletedEventArgs`. This argument provides the following details:
1717

1818
* [Appointment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerAppointment.html) : The appointment details.
1919
* `Handled` : The value indicates whether the event is handled or not.
20-
* `AssistantResponse` : The appointment response detail.
20+
* `AssistantResponse` : The appointment response.
2121
* `Action` : The action indicates whether the appointment is added, edited or deleted.
2222

2323
The following example demonstrates how to handle the `AssistAppointmentResponseCompleted` event.
2424

2525
{% tabs %}
26-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="1" %}
26+
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="2" %}
2727

28-
<smartScheduler:SfSmartScheduler x:Name="smartScheduler" AssistAppointmentResponseCompleted="OnAssistAppointmentResponseCompleted"/>
28+
<smartScheduler:SfSmartScheduler x:Name="smartScheduler"
29+
AssistAppointmentResponseCompleted="OnAssistAppointmentResponseCompleted"/>
2930

3031
{% endhighlight %}
3132
{% highlight c# tabtitle="MainPage.xaml.cs" %}

MAUI/SmartScheduler/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords : .net maui smart scheduler
1010

1111
# Getting Started with the .NET MAUI AI-Powered Scheduler
1212

13-
This section explains how to add the AI-Powered scheduler as well as the essential aspects for getting started with the AI-Powered Scheduler and also provides a walk-through to configure the `.NET MAUI AI-Powered Scheduler` control in a real-time scenario. Follow the steps below to add a .NET AI-Powered Scheduler control to your project.
13+
This section explains how to add the smart scheduler as well as the essential aspects for getting started with the smart Scheduler and also provides a walk-through to configure the `.NET MAUI Smart Scheduler` control in a real-time scenario. Follow the steps below to add a .NET Smart Scheduler control to your project.
1414

1515
{% tabcontents %}
1616
{% tabcontent Visual Studio %}
@@ -27,7 +27,7 @@ Before proceeding, ensure the following are set up:
2727
2. Name the project and choose a location. Then click **Next**.
2828
3. Select the .NET framework version and click **Create**.
2929

30-
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI AI-Powered Scheduler NuGet Package
30+
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI smart Scheduler NuGet Package
3131

3232
1. In **Solution Explorer,** right-click the project and choose **Manage NuGet Packages.**
3333
2. Search for `Syncfusion.Maui.SmartComponents` and install the latest version.
@@ -71,7 +71,7 @@ namespace GettingStarted
7171
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
7272

7373
{% tabs %}
74-
{% highlight C# tabtitle="MauiProgram.cs" %}
74+
{% highlight C# tabtitle="MauiProgram.cs" hl_lines="6 31" %}
7575
using Microsoft.Maui;
7676
using Microsoft.Maui.Hosting;
7777
using Microsoft.Maui.Controls.Compatibility;
@@ -112,7 +112,7 @@ namespace GettingStarted
112112
{% endhighlight %}
113113
{% endtabs %}
114114

115-
## Step 5: Add .NET MAUI AI-Powered Scheduler
115+
## Step 5: Add .NET MAUI smart Scheduler
116116

117117
1. To initialize the control, import the `Syncfusion.Maui.SmartComponents` namespace into your code.
118118
2. Initialize `SfSmartScheduler`
@@ -224,7 +224,7 @@ namespace GettingStarted
224224
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
225225

226226
{% tabs %}
227-
{% highlight C# tabtitle="MauiProgram.cs" %}
227+
{% highlight C# tabtitle="MauiProgram.cs" hl_lines="6 31" %}
228228
using Microsoft.Maui;
229229
using Microsoft.Maui.Hosting;
230230
using Microsoft.Maui.Controls.Compatibility;
@@ -264,7 +264,7 @@ namespace GettingStarted
264264
{% endhighlight %}
265265
{% endtabs %}
266266

267-
## Step 5: Add .NET MAUI AI-Powered Scheduler
267+
## Step 5: Add .NET MAUI smart Scheduler
268268

269269
1. To initialize the control, import the `Syncfusion.Maui.SmartComponents` namespace into your code.
270270
2. Initialize `SfSmartScheduler`.
@@ -346,7 +346,7 @@ namespace GettingStarted
346346
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
347347

348348
{% tabs %}
349-
{% highlight C# tabtitle="MauiProgram.cs" %}
349+
{% highlight C# tabtitle="MauiProgram.cs" hl_lines="6 31" %}
350350
using Microsoft.Maui;
351351
using Microsoft.Maui.Hosting;
352352
using Microsoft.Maui.Controls.Compatibility;
@@ -387,7 +387,7 @@ namespace GettingStarted
387387
{% endhighlight %}
388388
{% endtabs %}
389389

390-
## Step 5: Add .NET MAUI AI-Powered Scheduler
390+
## Step 5: Add .NET MAUI smart Scheduler
391391

392392
1. To initialize the control, import the `Syncfusion.Maui.SmartComponents` namespace into your code.
393393
2. Initialize `SfSmartScheduler`.
-2.24 KB
Loading
-4.48 KB
Loading
-2.73 KB
Loading
-1.45 KB
Loading
31.7 KB
Loading
-896 Bytes
Loading

0 commit comments

Comments
 (0)