From 77309aa37f8fc3612bd833bafd776b17bafc601a Mon Sep 17 00:00:00 2001 From: Harish-4429 Date: Thu, 11 Dec 2025 12:19:35 +0530 Subject: [PATCH 1/5] Added methods md file --- MAUI/SmartScheduler/events.md | 2 +- MAUI/SmartScheduler/methods.md | 93 ++++++++++++++++++++++++++++++++++ MAUI/SmartScheduler/styles.md | 9 +--- maui-toc.html | 1 + 4 files changed, 96 insertions(+), 9 deletions(-) create mode 100644 MAUI/SmartScheduler/methods.md diff --git a/MAUI/SmartScheduler/events.md b/MAUI/SmartScheduler/events.md index 8a64de17d..25e8847d4 100644 --- a/MAUI/SmartScheduler/events.md +++ b/MAUI/SmartScheduler/events.md @@ -1,6 +1,6 @@ --- layout: post -title: Events .NET MAUI Smart Scheduler control | Syncfusion +title: Events support in .NET MAUI Smart Scheduler control | Syncfusion description: Learn here all about Events support in Syncfusion® .NET MAUI Smart Scheduler(SfSmartScheduler) control. platform: MAUI control: SfSmartScheduler diff --git a/MAUI/SmartScheduler/methods.md b/MAUI/SmartScheduler/methods.md new file mode 100644 index 000000000..ffc216f96 --- /dev/null +++ b/MAUI/SmartScheduler/methods.md @@ -0,0 +1,93 @@ +--- +layout: post +title: Methods support in .NET MAUI Smart Scheduler control | Syncfusion +description: Learn here all about methods support in Syncfusion® .NET MAUI Smart Scheduler(SfSmartScheduler) control. +platform: MAUI +control: SfSmartScheduler +documentation: ug +--- + +# Methods in .NET MAUI Smart Scheduler (SfSmartScheduler) + +The `SfSmartScheduler` supports the `ResetAssistView`, `CloseAssistView` and `OpenAssistView` methods to reset, close or open assist view programmatically. + +## Reset assist view + +The `SfSmartScheduler` control provides the `ResetAssistView()` method to reset assist view programmatically using an event. + +{% tabs %} +{% highlight xaml tabtitle="MainPage.xaml" %} + + + + + + + +