diff --git a/MAUI/AvatarView/NuGet.config b/MAUI/AvatarView/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/AvatarView/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln
deleted file mode 100644
index 91fa273a..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.AvatarView", "SampleBrowser.Maui.AvatarView\SampleBrowser.Maui.AvatarView.csproj", "{FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.Build.0 = Release|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml
deleted file mode 100644
index f526793a..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs
deleted file mode 100644
index 2a1e19bc..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml
deleted file mode 100644
index af220dce..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs
deleted file mode 100644
index 799f0d96..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.AvatarView
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml
deleted file mode 100644
index 41ea1b67..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs
deleted file mode 100644
index db702a43..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.AvatarView;
-
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs
deleted file mode 100644
index 71746042..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 2bc5b195..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index 91890532..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index d47cd8d7..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/Main.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/Main.cs
deleted file mode 100644
index 769f6a76..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/tizen-manifest.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index 062ca5fa..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml
deleted file mode 100644
index 643d390a..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index c4247307..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.AvatarView.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Avatar View Demo";
- }
- }
- }
-}
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 2bcb11ed..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
- $placeholder$
- User Name
- $placeholder$.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest
deleted file mode 100644
index 3aa8d300..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index 91890532..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs
deleted file mode 100644
index d47cd8d7..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.AvatarView;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 2c944137..00000000
Binary files a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 3c54fa71..00000000
Binary files a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 15d62448..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories). Deployment of the asset to your application
-is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg
deleted file mode 100644
index 7427b2d1..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj
deleted file mode 100644
index b2fb7a15..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
- Exe
- SampleBrowser.Maui.AvatarView
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.AvatarView
-
-
- com.syncfusion.samplebrowser.maui.avatarview
- 98983B4D-24C6-44A2-9D3F-15EFE7ABD3D0
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec
deleted file mode 100644
index e85f06e3..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.AvatarView
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- AvatarView component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props
deleted file mode 100644
index 860fda1e..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Samples\AvatarView\AvatarViewGettingStarted\AvatarViewGettingStarted.xaml.cs
- AvatarViewGettingStarted.xaml
-
-
-
- Samples\AvatarView\GroupView\GroupView.xaml.cs
- GroupView.xaml
-
-
-
- Samples\AvatarView\VisualStyleSample\VisualStyleSample.xaml.cs
- VisualStyleSample.xaml
-
-
-
-
-
- AvatarViewSamplesList.xml
-
-
-
-
-
- Samples\AvatarView\AvatarViewGettingStarted\AvatarViewGettingStarted.xaml
-
-
-
-
- Samples\AvatarView\GroupView\GroupView.xaml
-
-
-
-
- Samples\AvatarView\VisualStyleSample\VisualStyleSample.xaml
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml
deleted file mode 100644
index a8f39283..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs
deleted file mode 100644
index eed0fca3..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs
+++ /dev/null
@@ -1,496 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Core;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.AvatarView.SfAvatarView;
-public partial class AvatarViewGettingStarted : SampleView
-{
-
- private bool usedoublecharacter = false;
- public bool UseDoubleCharacter
- {
- get
- {
- return usedoublecharacter;
- }
- set
- {
- usedoublecharacter = value;
- if (value)
- {
- usedoublecharacter = true;
- InitialsType = InitialsType.DoubleCharacter;
- //SetAvatarName();
- }
- else
- {
- usedoublecharacter = false;
- InitialsType = InitialsType.SingleCharacter;
- //SetAvatarName();
-
- }
-
- this.OnPropertyChanged();
- }
- }
-
- private InitialsType initials;
-
- public InitialsType InitialsType
- {
- get
- {
- return initials;
-
- }
- set
- {
- initials = value;
- this.OnPropertyChanged();
- }
- }
-
- private GradientBrush? gradientBrush;
-
- public GradientBrush? GradientBrush
- {
- get
- {
- return gradientBrush;
- }
- set
- {
- gradientBrush = value;
- this.OnPropertyChanged();
- }
- }
-
- private bool useCustomAvatar = false;
-
- public bool UseCustomAvatar
- {
- get
- {
- return useCustomAvatar;
- }
- set
- {
- useCustomAvatar = value;
-
- if (value)
- {
- UseInitialAvatar = false;
- ContentType = ContentType.Custom;
- }
- else
- {
- ContentType = ContentType.Initials;
- UseInitialAvatar = true;
- }
-
- this.OnPropertyChanged();
- }
- }
-
- private ContentType contentType = ContentType.Initials;
-
- public ContentType ContentType
- {
- get
- {
- return contentType;
- }
- set
- {
- contentType = value;
- this.OnPropertyChanged();
- }
- }
-
- private bool editionIsVisible = true;
-
- public bool EditionIsVisible
- {
- get
- {
- return editionIsVisible;
- }
- set
- {
- editionIsVisible = value;
- this.OnPropertyChanged();
- }
- }
-
- private bool useInitialAvatar = true;
-
- public bool UseInitialAvatar
- {
- get
- {
- return useInitialAvatar;
- }
- set
- {
- useInitialAvatar = value;
- if (value)
- ColorPickerOpacity = 1;
- else
- ColorPickerOpacity = 0.3;
- this.OnPropertyChanged();
- }
- }
-
- private bool useGradients;
-
- public bool UseGradients
- {
- get
- {
- return useGradients;
- }
- set
- {
- useGradients = value;
- if (useGradients)
- {
- SetGradients();
- SetColorToAvatar();
- }
- else
- {
- SetGradients();
- PopulateColorCollection();
- SetColorToAvatar();
-
- }
- this.OnPropertyChanged();
- }
- }
-
- private String firstName = "Ellana";
-
- public String FirstName
- {
- get
- {
- return firstName;
- }
- set
- {
- firstName = value;
- UserName = FirstName + " " + LastName;
- this.OnPropertyChanged();
- }
- }
-
- private String? lastName;
-
- public String? LastName
- {
- get
- {
- return lastName;
- }
- set
- {
- lastName = value;
- UserName = FirstName + " " + LastName;
- this.OnPropertyChanged();
- }
- }
-
- private String? userName;
-
- public String? UserName
- {
- get
- {
- return userName;
- }
- set
- {
- userName = value;
- TitleText = value;
- this.OnPropertyChanged();
- }
- }
-
- private String? titleText;
-
- public String? TitleText
- {
- get
- {
- if (UserName == String.Empty || UserName == " ")
- return String.Empty;
- return "Hi " + titleText;
- }
- set
- {
- titleText = value;
- this.OnPropertyChanged();
- }
- }
-
- private Color? profileColor;
-
- public Color? ProfileColor
- {
- get
- {
- return profileColor;
- }
- set
- {
- profileColor = value;
- this.OnPropertyChanged();
- }
- }
-
- private Color? textColor;
-
- public Color? TextColor
- {
- get
- {
- return textColor;
- }
- set
- {
- textColor = value;
- this.OnPropertyChanged();
- }
- }
-
- private double colorPickerOpacity = 1;
-
- public double ColorPickerOpacity
- {
- get
- {
- return colorPickerOpacity;
- }
- set
- {
- colorPickerOpacity = value;
- this.OnPropertyChanged();
- }
- }
-
-
- private ObservableCollection colorItemCollection = new ObservableCollection();
-
- public ObservableCollection ColorItemCollection
- {
- get
- {
- return colorItemCollection;
- }
- set
- {
- colorItemCollection = value;
- this.OnPropertyChanged();
- }
- }
-
- public AvatarViewGettingStarted()
- {
- InitializeComponent();
- this.StatusIndicatorCheck.CheckedChanged += StatusIndicatorSwitch_Toggled;
-
- PopulateColorCollection();
-
- tappedAvatar = ColorItemCollection[0];
-
- UseGradients = true;
- this.BindingContext = this;
- }
-
- private void StatusIndicatorSwitch_Toggled(object? sender, CheckedChangedEventArgs e)
- {
- if (this.StatusIndicatorCheck.IsChecked)
- {
- this.StatusBadge.BadgeSettings!.Icon = BadgeIcon.Available;
- }
- else
- {
- this.StatusBadge.BadgeSettings!.Type = BadgeType.None;
- this.StatusBadge.BadgeSettings.Icon = BadgeIcon.None;
- }
- }
-
- private void SetAvatarName()
- {
- if (tappedAvatar == null)
- { return; }
- if (InitialsType == InitialsType.DoubleCharacter)
- {
- if (UserName != null)
- {
- tappedAvatar.AvatarName = UserName;
- tappedAvatar.InitialsType = InitialsType;
- }
- }
- else
- {
- if (UserName != null)
- {
- tappedAvatar.AvatarName = UserName;
- tappedAvatar.InitialsType = InitialsType;
- }
-
- }
- UserName = tappedAvatar.AvatarName;
- InitialsType = tappedAvatar.InitialsType;
- }
-
- private void PopulateColorCollection()
- {
- ColorItemCollection.Clear();
-
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#976F0C"), Color.FromArgb("#58B7C6"), Color.FromArgb("#7FB3E8")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#740A1C"), Color.FromArgb("#95479B"), Color.FromArgb("#FF8F8F")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#5C2E91"), Color.FromArgb("#3C7F91"), Color.FromArgb("#71B280")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#004E8C"), Color.FromArgb("#525CE5"), Color.FromArgb("#9437C3")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#B73EAA"), Color.FromArgb("#80C6CF"), Color.FromArgb("#87DFAC")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#90DDFE"), Color.FromArgb("#E7A8FA"), Color.FromArgb("#F3DED6")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#9FCC69"), Color.FromArgb("#FFDBC7"), Color.FromArgb("#FC9F9F")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#FCCE65"), Color.FromArgb("#A6F0FF"), Color.FromArgb("#BCC1FF")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#FE9B90"), Color.FromArgb("#BCC2F4"), Color.FromArgb("#E8BEF7")));
- ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#9AA8F5"), Color.FromArgb("#96E6A1"), Color.FromArgb("#DCFA97")));
-
- }
-
- private ColorBackgroundAvatar GetColorPickerItem(Color backgroundColor, Color startcolor, Color stopcolor)
- {
- ColorBackgroundAvatar colorAvatar = new ColorBackgroundAvatar();
- colorAvatar.BackgroundColor = backgroundColor;
- colorAvatar.BorderColor = Color.FromArgb("#9E9E9E");
- colorAvatar.InitialsColor = Colors.Transparent;
- colorAvatar.AvatarShape = AvatarShape.Circle;
- colorAvatar.AvatarSize = AvatarSize.Medium;
- colorAvatar.VerticalOptions = LayoutOptions.Center;
- colorAvatar.HorizontalOptions = LayoutOptions.Center;
- colorAvatar.AvatarName = "";
- TapGestureRecognizer tapGestureRecognizer = new TapGestureRecognizer();
- tapGestureRecognizer.Tapped += ColorTapGestureRecognizer_Tapped;
- colorAvatar.GestureRecognizers.Add(tapGestureRecognizer);
- colorAvatar.StartColor = startcolor;
- colorAvatar.StopColor = stopcolor;
- return colorAvatar;
- }
-
- private void SetGradients()
- {
- foreach (var item in ColorItemCollection)
- {
- if (this.UseGradients)
- if (ColorItemCollection.IndexOf(item) < 5)
- item.Background = GetGradients(item.StartColor!, item.StopColor!);
- else
- item.Background = GetGradients(item.StartColor!, item.StopColor!);
- }
- }
-
- private LinearGradientBrush GetGradients(Color startColor, Color endColor)
- {
- LinearGradientBrush linearGradientBrush = new LinearGradientBrush();
- linearGradientBrush.GradientStops = new GradientStopCollection()
- {
- new GradientStop(){Color = startColor, Offset=0.0f},
- new GradientStop(){Color = endColor, Offset=1.0f},
- };
-
- return linearGradientBrush;
- }
-
- ColorBackgroundAvatar tappedAvatar;
-
- private void ColorTapGestureRecognizer_Tapped(object? sender, EventArgs e)
- {
- var colorBackgroundAvatar = sender as ColorBackgroundAvatar;
- if (colorBackgroundAvatar != null)
- {
- tappedAvatar = colorBackgroundAvatar;
- }
- SetColorToAvatar();
- }
-
- private void SetColorToAvatar()
- {
- if (tappedAvatar == null)
- return;
-
- foreach (var item in ColorItemCollection)
- {
- item.InitialsColor = Colors.Transparent;
- item.BorderColor = Color.FromArgb("#9E9E9E");
- item.BorderThickness = 1;
- }
-
- tappedAvatar.BorderColor = Color.FromArgb("#6200EE");
- tappedAvatar.BorderThickness = 2;
-
- if (ColorItemCollection.IndexOf(tappedAvatar) < 5)
- {
- tappedAvatar.InitialsColor = Colors.White;
- }
- else
- {
- tappedAvatar.InitialsColor = Colors.Black;
- }
- ProfileColor = tappedAvatar.BackgroundColor;
- TextColor = tappedAvatar.InitialsColor;
- if (UseGradients)
- {
- GradientBrush = (GradientBrush)tappedAvatar.Background;
- }
- else
- {
- GradientBrush = null;
- }
- }
-
- public class ColorBackgroundAvatar : Syncfusion.Maui.Core.SfAvatarView
- {
- private Color? startColor;
-
- public Color? StartColor
- {
- get
- {
- return startColor;
- }
- set
- {
- startColor = value;
- this.OnPropertyChanged();
- }
- }
-
- private Color? stopcolor;
-
- public Color? StopColor
- {
- get
- {
- return stopcolor;
- }
- set
- {
- stopcolor = value;
- this.OnPropertyChanged();
- }
- }
- }
-}
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml
deleted file mode 100644
index a25eb866..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs
deleted file mode 100644
index 35462518..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs
+++ /dev/null
@@ -1,191 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-using SampleBrowser.Maui.Base;
-using SampleBrowser.Maui.Base.Converters;
-using System.Reflection;
-namespace SampleBrowser.Maui.AvatarView.SfAvatarView;
-
-public partial class GroupView : SampleView
-{
- private ObservableCollection groupCollection = new ObservableCollection();
-
- public ObservableCollection GroupCollection
- {
- get
- {
- return groupCollection;
- }
- set
- {
- groupCollection = value;
- this.OnPropertyChanged();
- }
- }
-
- public GroupView()
- {
- InitializeComponent();
-
- this.GroupCollection.Add(new GroupModel(5) { GroupName = "Marketing Managers" });
- this.GroupCollection.Add(new GroupModel(10) { GroupName = "Marketing Representative" });
- this.GroupCollection.Add(new GroupModel(3) { GroupName = "Marketing Heads" });
- this.GroupCollection.Add(new GroupModel(4) { GroupName = "Sales Managers" });
- this.GroupCollection.Add(new GroupModel(9) { GroupName = "Sales Representative" });
- this.GroupCollection.Add(new GroupModel(2) { GroupName = "Sales Heads" });
- this.GroupCollection.Add(new GroupModel(5) { GroupName = "Process Managers" });
- this.GroupCollection.Add(new GroupModel(10) { GroupName = "Process Representative" });
- this.GroupCollection.Add(new GroupModel(2) { GroupName = "Process Heads" });
- this.GroupCollection.Add(new GroupModel(3) { GroupName = "Coordinaters" });
- this.GroupCollection.Add(new GroupModel(3) { GroupName = "Desinger" });
- this.GroupCollection.Add(new GroupModel(2) { GroupName = "Field Managers" });
- this.GroupCollection.Add(new GroupModel(2) { GroupName = "Server Team" });
- this.BindingContext = this;
- }
-}
-
-public class GroupModel
-{
-
- public String? GroupName { get; set; }
-
- public ObservableCollection? PeopleCollection { get; set; }
-
- private ObservableCollection? TotalPeople { get; set; }
-
- public String? TotalParticipants { get; set; }
-
- private Syncfusion.Maui.Core.AvatarShape avatarshape;
- public Syncfusion.Maui.Core.AvatarShape AvatarShape
- {
- get
- {
- return avatarshape;
- }
- set
- {
- avatarshape = value;
-
- }
- }
-
- public GroupModel(int peopleCount)
- {
- if (DeviceInfo.Platform == DevicePlatform.Android || DeviceInfo.Platform == DevicePlatform.WinUI)
- avatarshape = Syncfusion.Maui.Core.AvatarShape.Circle;
- else
- avatarshape = Syncfusion.Maui.Core.AvatarShape.Square;
-
- this.TotalParticipants = peopleCount.ToString() + " Participants";
-
- this.PopulateAllPeople();
-
- this.PopulatePeopleBasedOnCount(peopleCount);
- }
-
- private void PopulateAllPeople()
- {
- this.TotalPeople = new ObservableCollection();
- this.TotalPeople.Add(new People() { Name = "Kyle", Backgroundcolor = Color.FromArgb("#90DDFE") });
- this.TotalPeople.Add(new People() { Name = "Gina", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Michael", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Oscar", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "William", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Bill", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Daniel", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Frank", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Howard", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Jack", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Holly", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Steve", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Vince", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Zeke", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Aiden", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Jackson", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Mason", Backgroundcolor = Colors.BlanchedAlmond });
- this.TotalPeople.Add(new People() { Name = "Liam", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Jacob", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Jayden", Backgroundcolor = Colors.Red });
- this.TotalPeople.Add(new People() { Name = "Ethan", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Alexander", Backgroundcolor = Colors.Red });
- this.TotalPeople.Add(new People() { Name = "Sebastian", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Clara", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Victoriya", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Ellie", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Gabriella", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Arianna", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Sarah", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Kaylee", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Adriana", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Finley", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Daleyza", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Leila", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Mckenna", Backgroundcolor = Colors.Blue });
- this.TotalPeople.Add(new People() { Name = "Jacqueline", Backgroundcolor = Color.FromArgb("#9AA8F5") });
- this.TotalPeople.Add(new People() { Name = "Brynn", Backgroundcolor = Color.FromArgb("#FCCE65") });
- this.TotalPeople.Add(new People() { Name = "Sawyer", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Rosalie", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Maci", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Miranda", Backgroundcolor = Color.FromArgb("#90DDFE") });
- this.TotalPeople.Add(new People() { Name = "Talia", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Shelby", Backgroundcolor = Color.FromArgb("#9FEFC5") });
- this.TotalPeople.Add(new People() { Name = "Haven", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Brynn", Backgroundcolor = Color.FromArgb("#E79AF5") });
- this.TotalPeople.Add(new People() { Name = "Yaretzi", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Zariah", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Karla", Backgroundcolor = Color.FromArgb("#D7E99C") });
- this.TotalPeople.Add(new People() { Name = "Cassandra", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Pearl", Backgroundcolor = Color.FromArgb("#FBBC93") });
- this.TotalPeople.Add(new People() { Name = "Irene", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Zelda", Backgroundcolor = Color.FromArgb("#F5EF9A") });
- this.TotalPeople.Add(new People() { Name = "Wren", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Yamileth", Backgroundcolor = Color.FromArgb("#9AA8F5") });
- this.TotalPeople.Add(new People() { Name = "Belen", Backgroundcolor = Color.FromArgb("#9AA8F5") });
- this.TotalPeople.Add(new People() { Name = "Briley", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "Jada", Backgroundcolor = Color.FromArgb("#9FCC69") });
- this.TotalPeople.Add(new People() { Name = "Jaden", Backgroundcolor = Color.FromArgb("#FE9B90") });
- this.TotalPeople.Add(new People() { Name = "George", Backgroundcolor = Color.FromArgb("#FCCE65") });
- this.TotalPeople.Add(new People() { Name = "Ellanaa", Backgroundcolor = Color.FromArgb("#9AA8F5") });
- this.TotalPeople.Add(new People() { Name = "James", Backgroundcolor = Color.FromArgb("#9FCC69") });
-
- }
-
- //Random random = new Random();
- static int count = 0;
- private void PopulatePeopleBasedOnCount(int peopleCount)
- {
- this.PeopleCollection = new ObservableCollection();
- for (int i = 0; i < peopleCount; i++)
- {
- while (true)
- {
- if(TotalPeople!=null)
- {
- if (this.TotalPeople.Count <= count)
- count = 0;
-
- var person = (this.TotalPeople?[count++]);
- if (person != null && !this.PeopleCollection.Contains(person))
- {
- this.PeopleCollection.Add(person);
- break;
- }
- }
- }
- }
- }
-}
-
-public class People
-{
- public string? Name { get; set; }
-
- public ImageSource? Image { get; set; }
-
- public Color? Backgroundcolor { get; set; }
-}
\ No newline at end of file
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml
deleted file mode 100644
index 6dc8bf2f..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs
deleted file mode 100644
index 71868afa..00000000
--- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Core;
-using System.Collections.ObjectModel;
-using Avatar = Syncfusion.Maui.Core;
-
-namespace SampleBrowser.Maui.AvatarView.SfAvatarView;
-
-public partial class VisualStyleSample : SampleView
-{
- private ContentType avatarType = ContentType.Initials;
-
- public ContentType AvatarType
- {
- get
- {
- return avatarType;
- }
- set
- {
- avatarType = value;
-
- this.OnPropertyChanged();
- }
- }
-
- public ObservableCollection TotalPeople { get; set; }
-
- #region Constructor
- public VisualStyleSample()
- {
- InitializeComponent();
-
-
- this.TotalPeople = new ObservableCollection();
- this.TotalPeople.Add(new People() { Name = "Michael", Image = "SampleBrowser.Maui.Base.Resources.Images.people.png" });
- this.TotalPeople.Add(new People() { Name = "Kyle", Image = "SampleBrowser.Maui.Base.Resources.Images.people.png" });
- this.TotalPeople.Add(new People() { Name = "Nora" });
-
- this.BindingContext = this;
-
- }
-
- #endregion
-
-
-
- public class People
- {
- public String? Name { get; set; }
-
- public String? Image { get; set; }
-
- public Color? Backgroundcolor { get; set; }
- }
-}
-
diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SyncfusionLicense.txt b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/BadgeView/NuGet.config b/MAUI/BadgeView/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/BadgeView/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView.sln b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView.sln
deleted file mode 100644
index eda6fb0b..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.BadgeView", "SampleBrowser.Maui.BadgeView\SampleBrowser.Maui.BadgeView.csproj", "{450EEE40-B66A-413A-91C6-3CEF43187EF2}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release|Any CPU.Build.0 = Release|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {450EEE40-B66A-413A-91C6-3CEF43187EF2}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml
deleted file mode 100644
index c688bfd1..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml.cs
deleted file mode 100644
index c0ae2199..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/BadgeViewSamplesList.xml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/BadgeViewSamplesList.xml
deleted file mode 100644
index d8a3486d..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/BadgeViewSamplesList.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlConfig.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlConfig.cs
deleted file mode 100644
index 02bbbc0d..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.BadgeView
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlList.xml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlList.xml
deleted file mode 100644
index 51db6f59..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/MauiProgram.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/MauiProgram.cs
deleted file mode 100644
index c2af09f8..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/MauiProgram.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.BadgeView;
-
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/AndroidManifest.xml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainActivity.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainActivity.cs
deleted file mode 100644
index b1d2cc6a..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainApplication.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 26a5e1e2..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/Resources/values/colors.xml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index eeebc8e7..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Info.plist b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Program.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index dbce31e8..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/Main.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/Main.cs
deleted file mode 100644
index 4dd0e26f..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/tizen-manifest.xml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index 04b44f19..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml
deleted file mode 100644
index 1bef9608..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 0ec73328..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.BadgeView.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Badge View Demo";
- }
- }
- }
-}
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/Package.appxmanifest b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 9354ea03..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/app.manifest b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/app.manifest
deleted file mode 100644
index 36b52b26..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/AppDelegate.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index eeebc8e7..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Info.plist b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Program.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Program.cs
deleted file mode 100644
index dbce31e8..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.BadgeView;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Properties/launchSettings.json b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appicon.svg b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appiconfg.svg b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/BadgeViewFont.ttf b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/BadgeViewFont.ttf
deleted file mode 100644
index 1894a40e..00000000
Binary files a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/BadgeViewFont.ttf and /dev/null differ
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 2c944137..00000000
Binary files a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 3c54fa71..00000000
Binary files a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Raw/AboutAssets.txt b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 15d62448..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories). Deployment of the asset to your application
-is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Splash/splash.svg b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Splash/splash.svg
deleted file mode 100644
index 7427b2d1..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.csproj b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.csproj
deleted file mode 100644
index c28c7467..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.csproj
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
- Exe
- SampleBrowser.Maui.BadgeView
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.BadgeView
-
-
- com.syncfusion.samplebrowser.maui.badgeview
- 32834211-1C75-4567-96F2-754A4412C763
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- 6.5
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.nuspec b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.nuspec
deleted file mode 100644
index 5faf64d6..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.BadgeView
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- BadgeView component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.props b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.props
deleted file mode 100644
index 3ce6317b..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SampleBrowser.Maui.BadgeView.props
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
- Samples\BadgeView\Customization\Alignment.xaml.cs
- Alignment.xaml
-
-
-
- Samples\BadgeView\Customization\Border.xaml.cs
- Border.xaml
-
-
-
- Samples\BadgeView\Customization\Font.xaml.cs
- Font.xaml
-
-
-
- Samples\BadgeView\Customization\Icon.xaml.cs
- Icon.xaml
-
-
-
- Samples\BadgeView\Customization\Offset.xaml.cs
- Offset.xaml
-
-
-
- Samples\BadgeView\Customization\Position.xaml.cs
- Position.xaml
-
-
-
- Samples\BadgeView\Customization\Type.xaml.cs
- Type.xaml
-
-
-
- Samples\BadgeView\Notification\Notification.xaml.cs
- Notification.xaml
-
-
-
- Samples\BadgeView\Notification\NotificationModel.cs
-
-
-
- Samples\BadgeView\Notification\NotificationViewModel.cs
-
-
-
-
-
-
- BadgeViewSamplesList.xml
-
-
-
-
-
- Samples\BadgeView\Customization\Alignment.xaml
-
-
-
-
- Samples\BadgeView\Customization\Border.xaml
-
-
-
-
- Samples\BadgeView\Customization\Font.xaml
-
-
-
-
- Samples\BadgeView\Customization\Icon.xaml
-
-
-
-
- Samples\BadgeView\Customization\Offset.xaml
-
-
-
-
- Samples\BadgeView\Customization\Position.xaml
-
-
-
-
- Samples\BadgeView\Customization\Type.xaml
-
-
-
-
- Samples\BadgeView\Notification\Notification.xaml
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml
deleted file mode 100644
index a4eb221a..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml.cs
deleted file mode 100644
index 5a5938af..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Alignment.xaml.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView;
-
-public partial class Alignment : SampleView
-{
- public Alignment()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml
deleted file mode 100644
index bf902b66..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml.cs
deleted file mode 100644
index ecc33d31..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Border.xaml.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Border : SampleView
- {
- public Border()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml
deleted file mode 100644
index 792aff30..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml.cs
deleted file mode 100644
index d56200a5..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Font.xaml.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Font : SampleView
- {
- public Font()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml
deleted file mode 100644
index fd4c78a8..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml.cs
deleted file mode 100644
index 18765500..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Icon.xaml.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView;
-
-[XamlCompilation(XamlCompilationOptions.Compile)]
-public partial class Icon : SampleView
-{
- public Icon()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml
deleted file mode 100644
index 35636d1c..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml.cs
deleted file mode 100644
index 21233046..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Offset.xaml.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Offset : SampleView
- {
- public Offset()
- {
- InitializeComponent();
- }
-
- private void Slider_ValueChanged(object sender, ValueChangedEventArgs e)
- {
- if (this.badgeView.BadgeSettings != null)
- {
- var oldValue = this.badgeView.BadgeSettings.Offset;
- this.badgeView.BadgeSettings.Offset = new Point(e.NewValue, oldValue.Y);
- }
- }
-
- private void Slider_ValueChanged1(object sender, ValueChangedEventArgs e)
- {
- if (this.badgeView.BadgeSettings != null)
- {
- var oldValue = this.badgeView.BadgeSettings.Offset;
- this.badgeView.BadgeSettings.Offset = new Point(oldValue.X, e.NewValue);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml
deleted file mode 100644
index 67e34ade..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml.cs
deleted file mode 100644
index 0fc5607b..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Position.xaml.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Position : SampleView
- {
- public Position()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml
deleted file mode 100644
index 042a6783..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml
+++ /dev/null
@@ -1,258 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml.cs
deleted file mode 100644
index 3dd5e574..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Customization/Type.xaml.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Type : SampleView
- {
- public Type()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml
deleted file mode 100644
index b021d4dc..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml
+++ /dev/null
@@ -1,269 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml.cs
deleted file mode 100644
index 4f85ac1e..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/Notification.xaml.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Notification : SampleView
- {
- #region Constructor
-
- ///
- /// Initializes a new instance of the class.
- ///
- public Notification()
- {
- InitializeComponent();
-
- this.DynamicUpdate();
-
- //TODO: Badge renders far away from the icons in Windows. Below is the workaround for that.
- if (DeviceInfo.Platform == DevicePlatform.WinUI || DeviceInfo.Platform == DevicePlatform.MacCatalyst)
- {
- statusBadgeGrid.WidthRequest = 100;
- callsBadgeGrid.WidthRequest = 100;
- chatBadgeGrid.WidthRequest = 100;
- }
- }
-
- #endregion
-
- #region Methods
-
- private async void DynamicUpdate()
- {
- double badgeText = 1;
- while (true)
- {
- badgeText += 1;
- this.chatBadge.BadgeText = badgeText.ToString();
- await Task.Delay(2000);
- }
- }
-
- #endregion
- }
-}
\ No newline at end of file
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationModel.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationModel.cs
deleted file mode 100644
index 5b196290..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationModel.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- public class NotificationModel
- {
- ///
- /// Gets or sets the image
- ///
- public string? Image { get; set; }
-
- ///
- /// Gets or sets the Name
- ///
- public string? Name { get; set; }
-
- ///
- /// Gets or sets the Time
- ///
- public string? Time { get; set; }
-
- ///
- /// Gets or sets the Count for BadgeView
- ///
- public string? Count { get; set; }
-
- ///
- /// Gets or sets the Message
- ///
- public string? Message { get; set; }
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationViewModel.cs b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationViewModel.cs
deleted file mode 100644
index ce930e0c..00000000
--- a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/Samples/BadgeView/Notification/NotificationViewModel.cs
+++ /dev/null
@@ -1,109 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.BadgeView.SfBadgeView
-{
- internal class NotificationViewModel
- {
- #region Constructor
-
- ///
- /// Initializes a new instance of the class
- ///
- public NotificationViewModel()
- {
- this.Collection = new ObservableCollection
- {
- new NotificationModel()
- {
- Image = "people_circle1.png",
- Name = "Blessy",
- Message = "Hi, I have sent you a photo",
- Time = "Monday",
- Count = string.Empty
- },
- new NotificationModel()
- {
- Image = "people_circle5.png",
- Name = "Aaron",
- Message = "Family meeting tomorrow at 6:30 PM",
- Time = "11:30 PM",
- Count = "99+"
- },
- new NotificationModel()
- {
- Image = "people_circle2.png",
- Name = "Tara",
- Message = "Hi, I am Tara, How are you?",
- Time = "11:12 PM",
- Count = "3"
- },
- new NotificationModel()
- {
- Image = "people_circle3.png",
- Name = "Jeni",
- Message = "video",
- Time = "07:53 PM",
- Count = "137",
- },
- new NotificationModel()
- {
- Image = "people_circle4.png",
- Name = "Flora",
- Message = "I have received your gift",
- Time = "04:40 PM",
- Count = string.Empty
- },
- new NotificationModel()
- {
- Image = "people_circle6.png",
- Name = "Sara",
- Count = "47",
- Message = "done thanks",
- Time = "Yesterday"
- },
- new NotificationModel()
- {
- Image = "people_circle8.png",
- Name = "Stephan",
- Count = string.Empty,
- Time = "07.46 PM",
- Message = "ok fine"
- },
- new NotificationModel()
- {
- Image = "people_circle7.png",
- Name = "Maria",
- Count = string.Empty,
- Time = "07.46 PM",
- Message = "Hi, How are you?"
- },
- new NotificationModel()
- {
- Image = "people_circle9.png",
- Name = "Ancy",
- Message = "Hi, i have sent you a photo",
- Time = "Monday",
- Count = "8"
- }
- };
- }
-
- #endregion Constructor
-
- #region Properties
-
- ///
- /// Gets or sets the collection of Badge Model
- ///
- public ObservableCollection Collection { get; set; }
-
- #endregion Properties
- }
-}
diff --git a/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SyncfusionLicense.txt b/MAUI/BadgeView/SampleBrowser.Maui.BadgeView/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/Barcode/NuGet.config b/MAUI/Barcode/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/Barcode/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode.sln b/MAUI/Barcode/SampleBrowser.Maui.Barcode.sln
deleted file mode 100644
index 9355424b..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.Barcode", "SampleBrowser.Maui.Barcode\SampleBrowser.Maui.Barcode.csproj", "{06A07939-846C-48D4-A44D-C35AA6E6416B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release|Any CPU.Build.0 = Release|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {06A07939-846C-48D4-A44D-C35AA6E6416B}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml
deleted file mode 100644
index d7dddf62..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml.cs
deleted file mode 100644
index 3d8f8e1c..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/App.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.Barcode;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
-
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/BarcodeSamplesList.xml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/BarcodeSamplesList.xml
deleted file mode 100644
index d380be96..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/BarcodeSamplesList.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlConfig.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlConfig.cs
deleted file mode 100644
index 0a8e70ea..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.Barcode
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlList.xml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlList.xml
deleted file mode 100644
index 28995d53..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/MauiProgram.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/MauiProgram.cs
deleted file mode 100644
index bb21481a..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/MauiProgram.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.Barcode;
-
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/AndroidManifest.xml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainActivity.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainActivity.cs
deleted file mode 100644
index c32ccd4b..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.Barcode;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainApplication.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 03e282b9..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.Barcode;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/Resources/values/colors.xml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index 52c86ad1..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.Barcode;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Info.plist b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Program.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index 15b539c3..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.Barcode;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/Main.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/Main.cs
deleted file mode 100644
index 0840d2d7..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.Barcode;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/tizen-manifest.xml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index c51ce4ca..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml
deleted file mode 100644
index 3542bcbd..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 14484b8f..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.Barcode.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Barcode Demo";
- }
- }
- }
-}
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/Package.appxmanifest b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 9354ea03..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/app.manifest b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/app.manifest
deleted file mode 100644
index b8bbd6d8..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/AppDelegate.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index 52c86ad1..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.Barcode;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Info.plist b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Program.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Program.cs
deleted file mode 100644
index 15b539c3..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.Barcode;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Properties/launchSettings.json b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appicon.svg b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appiconfg.svg b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/Barcode SB Icons.ttf b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/Barcode SB Icons.ttf
deleted file mode 100644
index 67b1c3fe..00000000
Binary files a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/Barcode SB Icons.ttf and /dev/null differ
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 2c944137..00000000
Binary files a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 3c54fa71..00000000
Binary files a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Raw/AboutAssets.txt b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 15d62448..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories). Deployment of the asset to your application
-is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Splash/splash.svg b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Splash/splash.svg
deleted file mode 100644
index 938dea9a..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.csproj b/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.csproj
deleted file mode 100644
index 49f8b95e..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.csproj
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
- Exe
- SampleBrowser.Maui.Barcode
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.Barcode
-
-
- com.companyname.samplebrowser.maui.barcode
- FFA3EBF7-D906-41D6-A496-09B518A2F746
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.nuspec b/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.nuspec
deleted file mode 100644
index 1cc84b3f..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.Barcode
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- Barcode component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.props b/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.props
deleted file mode 100644
index 24600e3b..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SampleBrowser.Maui.Barcode.props
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Samples\Barcode\BoardingPass\BoardingPass.xaml.cs
- BoardingPass.xaml
-
-
-
- Samples\Barcode\DataMatrix\DataMatrix.xaml.cs
- DataMatrix.xaml
-
-
-
- Samples\Barcode\OneDimensional\OneDimensional.xaml.cs
- OneDimensional.xaml
-
-
-
- Samples\Barcode\QRCode\QRCode.xaml.cs
- QRCode.xaml
-
-
-
- Samples\Barcode\Wifi\Wifi.xaml.cs
- Wifi.xaml
-
-
-
-
-
- BarcodeSamplesList.xml
-
-
-
-
-
- Samples\Barcode\BoardingPass\BoardingPass.xaml
-
-
-
-
- Samples\Barcode\DataMatrix\DataMatrix.xaml
-
-
-
-
- Samples\Barcode\OneDimensional\OneDimensional.xaml
-
-
-
-
- Samples\Barcode\QRCode\QRCode.xaml
-
-
-
-
- Samples\Barcode\Wifi\Wifi.xaml
-
-
-
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml
deleted file mode 100644
index 1f08e07c..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml.cs
deleted file mode 100644
index e5384a19..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/BoardingPass/BoardingPass.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.Barcode.SfBarcodeGenerator;
-
-public partial class BoardingPass : SampleView
-{
- public BoardingPass()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml
deleted file mode 100644
index b200f4b8..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml.cs
deleted file mode 100644
index b74e1b29..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/DataMatrix/DataMatrix.xaml.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Barcode;
-
-namespace SampleBrowser.Maui.Barcode.SfBarcodeGenerator;
-
-public partial class DataMatrix : SampleView
-{
- public DataMatrix()
- {
- InitializeComponent();
- }
- private void inputValueEntry_TextChanged(object sender, TextChangedEventArgs e)
- {
- if (string.IsNullOrEmpty(e.NewTextValue))
- {
- warningLabel.Text = "Value cannot be null or empty";
- }
- else
- {
- warningLabel.Text = "";
- barcodeGenerator.Value = e.NewTextValue;
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml
deleted file mode 100644
index 9c34cd1d..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml
+++ /dev/null
@@ -1,524 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml.cs
deleted file mode 100644
index 0733c197..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/OneDimensional/OneDimensional.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.Barcode.SfBarcodeGenerator;
-
-public partial class OneDimensional : SampleView
-{
- public OneDimensional()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml
deleted file mode 100644
index cda7933f..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml.cs
deleted file mode 100644
index bc1090ac..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/QRCode/QRCode.xaml.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Barcode;
-
-namespace SampleBrowser.Maui.Barcode.SfBarcodeGenerator;
-
-public partial class QRCode : SampleView
-{
- public QRCode()
- {
- InitializeComponent();
- }
-
- private void inputValueEntry_TextChanged(object sender, TextChangedEventArgs e)
- {
- if (string.IsNullOrEmpty(e.NewTextValue))
- {
- warningLabel.Text = "Value cannot be null or empty";
- }
- else
- {
- warningLabel.Text = "";
- barcodeGenerator.Value = e.NewTextValue;
- }
- }
-}
-
-public class ViewModel
-{
- public Array InputModeArray => Enum.GetValues(typeof(QRInputMode));
- public Array ErrorCorrectionLevelArray => Enum.GetValues(typeof(ErrorCorrectionLevel));
-}
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml
deleted file mode 100644
index d4aa94d1..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml.cs b/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml.cs
deleted file mode 100644
index a9004970..00000000
--- a/MAUI/Barcode/SampleBrowser.Maui.Barcode/Samples/Barcode/Wifi/Wifi.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.Barcode.SfBarcodeGenerator;
-
-public partial class Wifi : SampleView
-{
- public Wifi()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/Barcode/SampleBrowser.Maui.Barcode/SyncfusionLicense.txt b/MAUI/Barcode/SampleBrowser.Maui.Barcode/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/BusyIndicator/NuGet.config b/MAUI/BusyIndicator/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/BusyIndicator/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator.sln b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator.sln
deleted file mode 100644
index 1ea7cce0..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.BusyIndicator", "SampleBrowser.Maui.BusyIndicator\SampleBrowser.Maui.BusyIndicator.csproj", "{F829F6F8-5BE9-47AD-908F-0D9C75277032}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release|Any CPU.Build.0 = Release|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {F829F6F8-5BE9-47AD-908F-0D9C75277032}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml
deleted file mode 100644
index 24075e7f..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml.cs
deleted file mode 100644
index 02371065..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/BusyIndicatorSamplesList.xml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/BusyIndicatorSamplesList.xml
deleted file mode 100644
index c011c72f..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/BusyIndicatorSamplesList.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlConfig.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlConfig.cs
deleted file mode 100644
index ec0b70e2..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.BusyIndicator
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlList.xml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlList.xml
deleted file mode 100644
index e8db98de..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/MauiProgram.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/MauiProgram.cs
deleted file mode 100644
index 32720166..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/MauiProgram.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.BusyIndicator;
-
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/AndroidManifest.xml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainActivity.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainActivity.cs
deleted file mode 100644
index 806b1d2f..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainApplication.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 059874b8..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/Resources/values/colors.xml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index 46b7c88d..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Info.plist b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Program.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index d32c57cf..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/Main.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/Main.cs
deleted file mode 100644
index d690669d..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/tizen-manifest.xml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index 304ad4fe..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml
deleted file mode 100644
index 68e4ef14..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 4d2f1d6a..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.BusyIndicator.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Busy Indicator Demo";
- }
- }
- }
-}
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/Package.appxmanifest b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 2bcb11ed..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
- $placeholder$
- User Name
- $placeholder$.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/app.manifest b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/app.manifest
deleted file mode 100644
index 5fe11ed1..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/AppDelegate.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index 46b7c88d..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Info.plist b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Program.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Program.cs
deleted file mode 100644
index d32c57cf..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.BusyIndicator;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Properties/launchSettings.json b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appicon.svg b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appiconfg.svg b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 2c944137..00000000
Binary files a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 3c54fa71..00000000
Binary files a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Raw/AboutAssets.txt b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 15d62448..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories). Deployment of the asset to your application
-is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Splash/splash.svg b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Splash/splash.svg
deleted file mode 100644
index 7427b2d1..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.csproj b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.csproj
deleted file mode 100644
index 3848c3e9..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.csproj
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
- Exe
- SampleBrowser.Maui.BusyIndicator
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.BusyIndicator
-
-
- com.syncfusion.samplebrowser.maui.busyIndicator
- E2132C13-73C3-4A73-81AF-5C7E28CDB691
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- 6.5
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.nuspec b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.nuspec
deleted file mode 100644
index 24473238..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.BusyIndicator
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- BusyIndicator component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.props b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.props
deleted file mode 100644
index dd12da2a..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SampleBrowser.Maui.BusyIndicator.props
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- Samples\BusyIndicator\Customization\AnimationType.xaml.cs
- AnimationType.xaml
-
-
-
- Samples\BusyIndicator\Customization\ColorOptions.xaml.cs
- ColorOptions.xaml
-
-
-
- Samples\BusyIndicator\Customization\SizeOptions.xaml.cs
- SizeOptions.xaml
-
-
-
- Samples\BusyIndicator\Customization\SpeedOptions.xaml.cs
- SpeedOptions.xaml
-
-
-
- Samples\BusyIndicator\Customization\TitleOptions.xaml.cs
- TitleOptions.xaml
-
-
-
- Samples\BusyIndicator\BusyIndicatorGettingStarted\BusyIndicatorGettingStarted.xaml.cs
- BusyIndicatorGettingStarted.xaml
-
-
-
- Samples\BusyIndicator\BusyIndicatorGettingStarted\ColumnSeriesViewModel.cs
-
-
-
-
-
-
-
- BusyIndicatorSamplesList.xml
-
-
-
-
-
- Samples\BusyIndicator\Customization\AnimationType.xaml
-
-
-
-
- Samples\BusyIndicator\Customization\ColorOptions.xaml
-
-
-
-
- Samples\BusyIndicator\Customization\SizeOptions.xaml
-
-
-
-
- Samples\BusyIndicator\Customization\SpeedOptions.xaml
-
-
-
-
- Samples\BusyIndicator\Customization\TitleOptions.xaml
-
-
-
-
- Samples\BusyIndicator\BusyIndicatorGettingStarted\BusyIndicatorGettingStarted.xaml
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml
deleted file mode 100644
index 3e11e941..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml.cs
deleted file mode 100644
index 988bbc0f..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/BusyIndicatorGettingStarted.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class BusyIndicatorGettingStarted : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public BusyIndicatorGettingStarted()
- {
- InitializeComponent();
- }
- #endregion
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/ColumnSeriesViewModel.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/ColumnSeriesViewModel.cs
deleted file mode 100644
index 87b8baf2..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/BusyIndicatorGettingStarted/ColumnSeriesViewModel.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.ComponentModel;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- public class ColumnSeriesViewModel : INotifyPropertyChanged
- {
- public List data = new List();
-
- public List Data
- {
- get
- {
- return data;
- }
- set
- {
- data = value;
- NotifyPropertyChanged();
- }
- }
-
- private bool isRunning;
-
- public bool IsRunning
- {
- get
- {
- return isRunning;
- }
- set
- {
- isRunning = value;
- NotifyPropertyChanged();
- }
- }
-
- private bool canAutoUpdate = false;
-
- public bool CanAutoUpdate
- {
- get
- {
- return canAutoUpdate;
- }
- set
- {
- canAutoUpdate = value;
- if(!canAutoUpdate)
- CaptionText = "Auto update disabled";
- NotifyPropertyChanged();
- }
- }
-
- private string? captionText;
-
- public string? CaptionText
- {
- get
- {
- return captionText;
- }
- set
- {
- captionText = value;
- NotifyPropertyChanged();
- }
- }
-
- public ObservableCollection PaletteBrushes { get; set; }
-
- Random random = new Random();
-
- public event PropertyChangedEventHandler? PropertyChanged;
-
- public ColumnSeriesViewModel()
- {
- LoadData();
-
- PaletteBrushes = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#512BD4")),
- new SolidColorBrush(Color.FromArgb("#5E498C")),
- new SolidColorBrush(Color.FromArgb("#74BD6F")),
- new SolidColorBrush(Color.FromArgb("#597FCA"))
- };
- }
-
-
-
-
- private void NotifyPropertyChanged([CallerMemberName] string propertyName = "")
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
- }
-
- private async void LoadData()
- {
- CaptionText = "Fetching Data";
- this.IsRunning = true;
- await Task.Delay(5000);
- Data = new List()
- {
- new Stock { Name = "Stock 1", Value = 170 },
- new Stock { Name = "Stock 2", Value = 96 },
- new Stock { Name = "Stock 3", Value = 65 },
- new Stock { Name = "Stock 4", Value = 182 },
- new Stock { Name = "Stock 5", Value = 134 }
- };
- this.IsRunning = false;
- this.CanAutoUpdate = true;
- RefreshData();
- }
-
- private async void RefreshData()
- {
- while (true)
- {
- if(!this.CanAutoUpdate)
- {
- await Task.Delay(1000);
- continue;
- }
-
- int waitTime = 3;
- for (int i = 0; i < waitTime; i++)
- {
- CaptionText = "Auto update in " +(waitTime - i)+ " Second";
- if ((waitTime - i) > 1)
- CaptionText += "s";
- await Task.Delay(1000);
- if (!canAutoUpdate)
- {
- break;
- }
- }
- if (CaptionText == "Auto update disabled")
- continue;
-
- CaptionText = "Fetching Data";
- this.IsRunning = true;
- await Task.Delay(3000);
- Data = new List()
- {
- new Stock { Name = "Stock 1", Value =random.Next(55,300) },
- new Stock { Name = "Stock 2", Value =random.Next(55,300) },
- new Stock { Name = "Stock 3", Value =random.Next(55,300) },
- new Stock { Name = "Stock 4", Value =random.Next(55,300) },
- new Stock { Name = "Stock 5", Value =random.Next(55,300) }
- };
- this.IsRunning = false;
- }
- }
- }
-
-
- public class Stock
- {
- public string? Name { get; set; }
- public double Value { get; set; }
- }
-}
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml
deleted file mode 100644
index 8a4ed687..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml.cs
deleted file mode 100644
index 2f08bff1..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/AnimationType.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class AnimationType : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public AnimationType()
- {
- InitializeComponent();
- }
- #endregion
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml
deleted file mode 100644
index c5b21e16..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml.cs
deleted file mode 100644
index ecbb38f8..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/ColorOptions.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class ColorOptions : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public ColorOptions()
- {
- InitializeComponent();
- }
- #endregion
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml
deleted file mode 100644
index 84e49b6d..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml.cs
deleted file mode 100644
index c0e156d5..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SizeOptions.xaml.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class SizeOptions : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public SizeOptions()
- {
- InitializeComponent();
- }
- #endregion
-
- private void Slider_ValueChanged(object sender, ValueChangedEventArgs e)
- {
- this.busyIndicator.SizeFactor = e.NewValue;
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml
deleted file mode 100644
index cbe0dc46..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml.cs
deleted file mode 100644
index 5ac442ed..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/SpeedOptions.xaml.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class SpeedOptions : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public SpeedOptions()
- {
- InitializeComponent();
- }
- #endregion
-
- private void Slider_ValueChanged(object sender, ValueChangedEventArgs e)
- {
- this.busyIndicator.DurationFactor = e.NewValue;
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml
deleted file mode 100644
index 1af4c248..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml.cs b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml.cs
deleted file mode 100644
index d72014c1..00000000
--- a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/Samples/BusyIndicator/Customization/TitleOptions.xaml.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-
-namespace SampleBrowser.Maui.BusyIndicator.SfBusyIndicator
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class TitleOptions : SampleView
- {
- #region Constructor
-
- ///
- ///
- ///
- public TitleOptions()
- {
- InitializeComponent();
- }
- #endregion
-
- private void Slider_ValueChanged(object sender, ValueChangedEventArgs e)
- {
- this.busyIndicator.FontSize = e.NewValue * 10;
- }
-
-
- private void RadioButton_CheckedChanged(object sender, CheckedChangedEventArgs e)
- {
- this.busyIndicator.FontAttributes = FontAttributes.None;
- }
-
- private void RadioButton_CheckedChanged_1(object sender, CheckedChangedEventArgs e)
- {
- this.busyIndicator.FontAttributes = FontAttributes.Bold;
- }
-
- private void RadioButton_CheckedChanged_2(object sender, CheckedChangedEventArgs e)
- {
- this.busyIndicator.FontAttributes = FontAttributes.Italic;
- }
-
- private void RadioButton_CheckedChanged_3(object sender, CheckedChangedEventArgs e)
- {
- this.busyIndicator.TitlePlacement = Syncfusion.Maui.Core.BusyIndicatorTitlePlacement.Top;
- }
-
- private void RadioButton_CheckedChanged_4(object sender, CheckedChangedEventArgs e)
- {
- this.busyIndicator.TitlePlacement = Syncfusion.Maui.Core.BusyIndicatorTitlePlacement.Bottom;
- }
-
- private void Slider_ValueChanged_1(object sender, ValueChangedEventArgs e)
- {
- this.busyIndicator.TitleSpacing = e.NewValue * 10;
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SyncfusionLicense.txt b/MAUI/BusyIndicator/SampleBrowser.Maui.BusyIndicator/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/CartesianChart/NuGet.config b/MAUI/CartesianChart/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/CartesianChart/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart.sln b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart.sln
deleted file mode 100644
index 4ed44bb0..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.CartesianChart", "SampleBrowser.Maui.CartesianChart\SampleBrowser.Maui.CartesianChart.csproj", "{B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release|Any CPU.Build.0 = Release|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {B8D98DE3-A2D6-4E39-90C1-FE1B2F43C945}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml
deleted file mode 100644
index 4b2ed6ea..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml.cs
deleted file mode 100644
index 48b110a8..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/CartesianChartSamplesList.xml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/CartesianChartSamplesList.xml
deleted file mode 100644
index 20dd5b8b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/CartesianChartSamplesList.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlConfig.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlConfig.cs
deleted file mode 100644
index 512eaf3a..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.CartesianChart
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlList.xml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlList.xml
deleted file mode 100644
index e4f72fb2..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/MauiProgram.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/MauiProgram.cs
deleted file mode 100644
index c6662e15..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/MauiProgram.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-namespace SampleBrowser.Maui.CartesianChart;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
-
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/AndroidManifest.xml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainActivity.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainActivity.cs
deleted file mode 100644
index b7a37fd9..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainApplication.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 542eefca..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/Resources/values/colors.xml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index 115af10e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Info.plist b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Program.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index 69a8f203..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/Main.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/Main.cs
deleted file mode 100644
index c0ed281b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/tizen-manifest.xml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index 45314d97..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml
deleted file mode 100644
index 55c34d73..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 93fa1e02..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.CartesianChart.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Cartesian Chart Demo";
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/Package.appxmanifest b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 9354ea03..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/app.manifest b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/app.manifest
deleted file mode 100644
index a3d9a7fa..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/AppDelegate.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index 115af10e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Info.plist b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Program.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Program.cs
deleted file mode 100644
index 69a8f203..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.CartesianChart;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Properties/launchSettings.json b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appicon.svg b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appiconfg.svg b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Colors.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Colors.xaml
deleted file mode 100644
index 74165117..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Colors.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- #512BD4
- #DFD8F7
- #2B0B98
- White
- Black
- #E5E5E1
- #969696
- #505050
-
-
-
-
-
-
-
-
-
- #F7B548
- #FFD590
- #FFE5B9
- #28C2D1
- #7BDDEF
- #C3F2F4
- #3E8EED
- #72ACF1
- #A7CBF6
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 5b95893a..00000000
Binary files a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 9c117de8..00000000
Binary files a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Images/dotnet_bot.svg b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Images/dotnet_bot.svg
deleted file mode 100644
index abfaff26..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Images/dotnet_bot.svg
+++ /dev/null
@@ -1,93 +0,0 @@
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Raw/AboutAssets.txt b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 3f7a940b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories) and given a Build Action of "MauiAsset":
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Splash/splash.svg b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Splash/splash.svg
deleted file mode 100644
index 938dea9a..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Styles.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Styles.xaml
deleted file mode 100644
index 9a48084e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Resources/Styles.xaml
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.csproj b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.csproj
deleted file mode 100644
index eebe4f3e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.csproj
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
-
-
- Exe
- SampleBrowser.Maui.CartesianChart
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.CartesianChart
-
-
- com.companyname.samplebrowser.maui.cartesianchart
- B70E30E9-1FBB-40D1-8363-52C4A960B5E8
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.nuspec b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.nuspec
deleted file mode 100644
index a040a6d2..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.CartesianChart
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- Cartesian chart component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.props b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.props
deleted file mode 100644
index 27788887..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SampleBrowser.Maui.CartesianChart.props
+++ /dev/null
@@ -1,373 +0,0 @@
-
-
-
-
- Samples\CartesianChart\Column\ColumnChart.xaml.cs
- ColumnChart.xaml
-
-
- Samples\CartesianChart\Column\Column_DynamicUpdate.xaml.cs
- Column_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\Column\Column_RoundedEdges.xaml.cs
- Column_RoundedEdges.xaml
-
-
- Samples\CartesianChart\Column\Column_WidthCustomization.xaml.cs
- Column_WidthCustomization.xaml
-
-
- Samples\CartesianChart\Column\Column_Customization.xaml.cs
- Column_Customization.xaml
-
-
- Samples\CartesianChart\Bar\BarChart.xaml.cs
- BarChart.xaml
-
-
- Samples\CartesianChart\Bar\Bar_DynamicUpdate.xaml.cs
- Bar_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\Bar\Bar_RoundedEdge.xaml.cs
- Bar_RoundedEdge.xaml
-
-
- Samples\CartesianChart\Bar\Bar_WidthCustomization.xaml.cs
- Bar_WidthCustomization.xaml
-
-
- Samples\CartesianChart\LineChart\LineChart.xaml.cs
- LineChart.xaml
-
-
- Samples\CartesianChart\LineChart\Line_DynamicUpdate.xaml.cs
- Line_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\LineChart\DashedLineChart.xaml.cs
- DashedLineChart.xaml
-
-
- Samples\CartesianChart\FastLineChart\FastLineChart.xaml.cs
- FastLineChart.xaml
-
-
- Samples\CartesianChart\FastLineChart\RealTimeChart.xaml.cs
- RealTimeChart.xaml
-
-
- Samples\CartesianChart\FastLineChart\VerticalLiveChart.xaml.cs
- VerticalLiveChart.xaml
-
-
- Samples\CartesianChart\SplineChart\SplineChart.xaml.cs
- SplineChart.xaml
-
-
- Samples\CartesianChart\SplineChart\DashedSplineChart.xaml.cs
- DashedSplineChart.xaml
-
-
- Samples\CartesianChart\SplineChart\Spline_DynamicUpdate.xaml.cs
- Spline_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\AreaChart\AreaChart.xaml.cs
- AreaChart.xaml
-
-
- Samples\CartesianChart\AreaChart\AreaChart_DynamicUpdate.xaml.cs
- AreaChart_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\SplineAreaChart\SplineAreaChart.xaml.cs
- SplineAreaChart.xaml
-
-
- Samples\CartesianChart\Scatter\ScatterChart.xaml.cs
- ScatterChart.xaml
-
-
- Samples\CartesianChart\Scatter\Scatter_DynamicUpdate.xaml.cs
- Scatter_DynamicUpdate.xaml
-
-
- Samples\CartesianChart\Axis\CategoryAxis.xaml.cs
- CategoryAxis.xaml
-
-
- Samples\CartesianChart\Axis\NumericalAxis.xaml.cs
- NumericalAxis.xaml
-
-
- Samples\CartesianChart\Axis\DateTimeAxis.xaml.cs
- DateTimeAxis.xaml
-
-
- Samples\CartesianChart\Axis\AxisCrossing.xaml.cs
- AxisCrossing.xaml
-
-
- Samples\CartesianChart\Selection\Selection.xaml.cs
- Selection.xaml
-
-
- Samples\CartesianChart\Tooltip\CartesianTooltip.xaml.cs
- CartesianTooltip.xaml
-
-
- Samples\CartesianChart\Zoom\ChartZooming.xaml.cs
- ChartZooming.xaml
-
-
-
-
- Samples\CartesianChart\Column\ColumnSeriesViewModel.cs
-
-
- Samples\CartesianChart\Column\ColumnSeriesExt.cs
-
-
- Samples\CartesianChart\Column\ColumnViewModelEXT.cs
-
-
- Samples\CartesianChart\Bar\BarSeriesViewModel.cs
-
-
- Samples\CartesianChart\LineChart\LineSeriesViewModel.cs
-
-
- Samples\CartesianChart\FastLineChart\FastLineSeriesViewModel.cs
-
-
- Samples\CartesianChart\SplineChart\SplineSeriesViewModel.cs
-
-
- Samples\CartesianChart\AreaChart\AreaSeriesViewModel.cs
-
-
- Samples\CartesianChart\SplineAreaChart\SplineAreaSeriesViewModel.cs
-
-
- Samples\CartesianChart\Scatter\ScatterSeriesViewModel.cs
-
-
- Samples\CartesianChart\Axis\CategoryAxisViewModel.cs
-
-
- Samples\CartesianChart\Axis\NumericalAxisViewModel.cs
-
-
- Samples\CartesianChart\Axis\DateTimeAxisViewModel.cs
-
-
- Samples\CartesianChart\Selection\SelectionViewModel.cs
-
-
- Samples\CartesianChart\Tooltip\TooltipViewModel.cs
-
-
- Samples\CartesianChart\Zoom\ZoomViewModel.cs
-
-
-
- Samples\CartesianChart\ViewModel\DynamicAnimationViewModel.cs
-
-
-
- Samples\CartesianChart\ViewModel\BaseViewModel.cs
-
-
-
- Samples\CartesianChart\ViewModel\Model.cs
-
-
-
-
-
- CartesianChartSamplesList.xml
-
-
-
-
-
- Samples\CartesianChart\Column\ColumnChart.xaml
-
-
-
-
-
- Samples\CartesianChart\Column\Column_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\Column\Column_RoundedEdges.xaml
-
-
-
-
-
- Samples\CartesianChart\Column\Column_WidthCustomization.xaml
-
-
-
-
-
- Samples\CartesianChart\Column\Column_Customization.xaml
-
-
-
-
-
- Samples\CartesianChart\Bar\BarChart.xaml
-
-
-
-
-
- Samples\CartesianChart\Bar\Bar_RoundedEdge.xaml
-
-
-
-
-
- Samples\CartesianChart\Bar\Bar_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\Bar\Bar_WidthCustomization.xaml
-
-
-
-
-
- Samples\CartesianChart\LineChart\LineChart.xaml
-
-
-
-
-
- Samples\CartesianChart\LineChart\DashedLineChart.xaml
-
-
-
-
-
- Samples\CartesianChart\LineChart\Line_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\FastLineChart\FastLineChart.xaml
-
-
-
-
-
- Samples\CartesianChart\FastLineChart\RealTimeChart.xaml
-
-
-
-
-
- Samples\CartesianChart\FastLineChart\VerticalLiveChart.xaml
-
-
-
-
-
- Samples\CartesianChart\SplineChart\SplineChart.xaml
-
-
-
-
-
- Samples\CartesianChart\SplineChart\DashedSplineChart.xaml
-
-
-
-
-
- Samples\CartesianChart\SplineChart\Spline_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\AreaChart\AreaChart.xaml
-
-
-
-
-
- Samples\CartesianChart\AreaChart\AreaChart_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\SplineAreaChart\SplineAreaChart.xaml
-
-
-
-
-
- Samples\CartesianChart\Scatter\ScatterChart.xaml
-
-
-
-
-
- Samples\CartesianChart\Scatter\Scatter_DynamicUpdate.xaml
-
-
-
-
-
- Samples\CartesianChart\Axis\CategoryAxis.xaml
-
-
-
-
-
- Samples\CartesianChart\Axis\NumericalAxis.xaml
-
-
-
-
-
- Samples\CartesianChart\Axis\DateTimeAxis.xaml
-
-
-
-
-
- Samples\CartesianChart\Axis\AxisCrossing.xaml
-
-
-
-
-
- Samples\CartesianChart\Selection\Selection.xaml
-
-
-
-
-
- Samples\CartesianChart\Tooltip\CartesianTooltip.xaml
-
-
-
-
-
- Samples\CartesianChart\Zoom\ChartZooming.xaml
-
-
-
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml
deleted file mode 100644
index c6cb2093..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml.cs
deleted file mode 100644
index 200ba80f..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class AreaChart : SampleView
- {
- public AreaChart()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml
deleted file mode 100644
index 3070667f..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml.cs
deleted file mode 100644
index 1226c35b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaChart_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class AreaChart_DynamicUpdate : SampleView
- {
- public AreaChart_DynamicUpdate()
- {
- InitializeComponent();
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel1.StartTimer();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel1.StopTimer();
- viewModel1.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel1 != null)
- viewModel1.StopTimer();
-
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaSeriesViewModel.cs
deleted file mode 100644
index 1f22ac94..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/AreaChart/AreaSeriesViewModel.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class AreaSeriesViewModel : BaseViewModel
- {
- public ObservableCollection AreaData1 { get; set; }
-
- public AreaSeriesViewModel()
- {
- AreaData1 = new ObservableCollection
- {
- new ChartDataModel("2000",0.87,0.72,0.48, 0.23),
- new ChartDataModel("2001", 0.91, 0.64,0.43,0.17),
- new ChartDataModel("2002",1.01,0.71, 0.47,0.17),
- new ChartDataModel( "2003", 0.95, 0.63, 0.41, 0.20),
- new ChartDataModel( "2004", 0.89, 0.65, 0.43, 0.23),
- new ChartDataModel( "2005", 1.09, 0.76, 0.54, 0.36),
- new ChartDataModel( "2006", 1.14, 0.89, 0.66, 0.43),
- new ChartDataModel( "2007", 1.44, 1.18, 0.83,0.52),
- new ChartDataModel( "2008", 1.66, 1.34, 1.09, 0.72),
- new ChartDataModel( "2009", 1.91,1.59, 1.37,1.09),
- new ChartDataModel( "2010", 2.14, 1.82, 1.62, 1.38),
- new ChartDataModel( "2011", 2.73, 2.35, 2.13, 1.82),
- new ChartDataModel("2012", 3.126, 2.69, 2.44, 2.16),
- new ChartDataModel("2013", 3.34, 3.01, 2.77, 2.51),
- new ChartDataModel("2014", 3.58, 3.22, 2.91, 2.61),
- };
- }
- }
-
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml
deleted file mode 100644
index 2c2f9ad4..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml.cs
deleted file mode 100644
index 1520b6c8..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/AxisCrossing.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class AxisCrossing : SampleView
- {
- public AxisCrossing()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- axisCrossingChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml
deleted file mode 100644
index 1e864587..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml.cs
deleted file mode 100644
index 962886a7..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxis.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class CategoryAxisChart : SampleView
- {
- public CategoryAxisChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- categoryChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxisViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxisViewModel.cs
deleted file mode 100644
index 8dbd2ebc..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/CategoryAxisViewModel.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class CategoryAxisViewModel : BaseViewModel
- {
- public ObservableCollection DataCollection1 { get; set; }
-
- public CategoryAxisViewModel()
- {
- DataCollection1 = new ObservableCollection()
- {
- new ChartDataModel("Korea",39),
- new ChartDataModel("India",20),
- new ChartDataModel("Africa", 61),
- new ChartDataModel("China",65),
- new ChartDataModel("France",45),
- new ChartDataModel("Saudi", 10),
- //new ChartDataModel("London", 16),
- //new ChartDataModel("Mexico",31)
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml
deleted file mode 100644
index c049041c..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml.cs
deleted file mode 100644
index ef5ef3c7..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxis.xaml.cs
+++ /dev/null
@@ -1,49 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class DateTimeAxisChart : SampleView
- {
- int month = int.MaxValue;
- public DateTimeAxisChart()
- {
- InitializeComponent();
- dateTimeChart.XAxes[0].LabelCreated += Primary_LabelCreated;
- }
-
- private void Primary_LabelCreated(object? sender, ChartAxisLabelEventArgs e)
- {
- DateTime baseDate = new(1899, 12, 30);
- var date = baseDate.AddDays(e.Position);
- if (date.Month != month)
- {
- ChartAxisLabelStyle labelStyle = new();
- labelStyle.LabelFormat = "MMM-dd";
- labelStyle.FontAttributes = FontAttributes.Bold;
- e.LabelStyle = labelStyle;
-
- month = date.Month;
- }
- else
- {
- ChartAxisLabelStyle labelStyle = new();
- labelStyle.LabelFormat = "dd";
- e.LabelStyle = labelStyle;
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- dateTimeChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxisViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxisViewModel.cs
deleted file mode 100644
index 776b2b75..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/DateTimeAxisViewModel.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-
-using System;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class DateTimeAxisViewModel : BaseViewModel
- {
- public ObservableCollection DateTimeData { get; set; }
-
- public DateTimeAxisViewModel()
- {
- DateTimeData = new ObservableCollection();
-
- Random rand = new();
- double value = 100;
- DateTime date = new(2017, 1, 1);
-
- for (int i = 0; i < 100; i++)
- {
- if (rand.NextDouble() > 0.5)
- value += rand.NextDouble();
- else
- value -= rand.NextDouble();
-
- DateTimeData.Add(new Production { Growth = value, Date = date });
- date = date.AddDays(1);
-
- }
- }
- }
-
- public class Production
- {
- public double Growth
- {
- get;
- set;
- }
-
- public DateTime Date
- {
- get;
- set;
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml
deleted file mode 100644
index 01f6474a..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml.cs
deleted file mode 100644
index cbba28b7..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxis.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class NumericalAxisChart : SampleView
- {
- public NumericalAxisChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- numericChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxisViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxisViewModel.cs
deleted file mode 100644
index 3489cb7b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Axis/NumericalAxisViewModel.cs
+++ /dev/null
@@ -1,132 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class NumericalAxisViewModel : BaseViewModel
- {
- public ObservableCollection DataCollection1 { get; set; }
- public ObservableCollection DataCollection2 { get; set; }
- public ObservableCollection DataCollection3 { get; set; }
-
- public ObservableCollection MultiAxisData { get; set; }
- public ObservableCollection RangeStyle { get; set; }
-
- public ObservableCollection InverseData { get; set; }
- public ObservableCollection InverseData1 { get; set; }
-
- public ObservableCollection CrossAxisData { get; set; }
-
- public NumericalAxisViewModel()
- {
- var date = new DateTime(2017, 01, 01);
- InverseData = new ObservableCollection()
- {
- new ChartDataModel(date, 50, 38),
- new ChartDataModel(date.AddMonths(1), 43, 52),
- new ChartDataModel(date.AddMonths(2),42,54),
- new ChartDataModel(date.AddMonths(3),51,48),
- new ChartDataModel(date.AddMonths(4),52,46),
- new ChartDataModel(date.AddMonths(5),49,43),
- new ChartDataModel(date.AddMonths(6),39,52),
- new ChartDataModel(date.AddMonths(7),40,55),
- new ChartDataModel(date.AddMonths(8),47,52),
- new ChartDataModel(date.AddMonths(9),48,48),
- new ChartDataModel(date.AddMonths(10),54,46),
- new ChartDataModel(date.AddMonths(11),58,44),
- };
-
- InverseData1 = new ObservableCollection()
- {
- new ChartDataModel( 2000, 50),
- new ChartDataModel( 2002, 65),
- new ChartDataModel( 2004, 42),
- new ChartDataModel( 2006, 64),
- new ChartDataModel( 2008, 42),
- new ChartDataModel( 2010, 20),
- };
-
- DataCollection1 = new ObservableCollection()
- {
- new ChartDataModel(1,288, 254),
- new ChartDataModel(2,298, 299),
- new ChartDataModel(3,230, 234),
- new ChartDataModel(4,236, 240),
- new ChartDataModel(5,250, 242),
- new ChartDataModel(6,313, 281),
- };
-
- DataCollection2 = new ObservableCollection()
- {
- new ChartDataModel(1,230),
- new ChartDataModel(2,228),
- new ChartDataModel(3,290),
- new ChartDataModel(4,348),
- new ChartDataModel(5,237),
- };
-
- DataCollection3 = new ObservableCollection()
- {
- new ChartDataModel(0,32),
- new ChartDataModel(5,41),
- new ChartDataModel(10,50),
- new ChartDataModel(15,59),
- new ChartDataModel(20,68),
- new ChartDataModel(25,77),
- new ChartDataModel(30,86),
- new ChartDataModel(35,95),
- new ChartDataModel(40,104),
- new ChartDataModel(45,113),
- new ChartDataModel(50,122),
- };
-
- MultiAxisData = new ObservableCollection()
- {
- new ChartDataModel( new DateTime(2019, 5, 1), 13, 69.8),
- new ChartDataModel( new DateTime(2019, 5, 2), 26, 87.8),
- new ChartDataModel( new DateTime(2019, 5, 3), 13, 78.8),
- new ChartDataModel( new DateTime(2019, 5, 4), 22, 75.2),
- new ChartDataModel( new DateTime(2019, 5, 5), 14, 68),
- new ChartDataModel( new DateTime(2019, 5, 6), 23, 78.8),
- new ChartDataModel( new DateTime(2019, 5, 7), 21, 80.6),
- new ChartDataModel( new DateTime(2019, 5, 8), 22, 73.4),
- new ChartDataModel( new DateTime(2019, 5, 9), 16, 78.8),
- };
-
- RangeStyle = new ObservableCollection()
- {
- new ChartDataModel( new DateTime(2018, 7, 1), 3.0),
- new ChartDataModel( new DateTime(2018, 8, 1), 2.7),
- new ChartDataModel( new DateTime(2018, 9, 1), 2.3),
- new ChartDataModel( new DateTime(2018, 10, 1), 2.5),
- new ChartDataModel( new DateTime(2018, 11, 1), 2.2),
- new ChartDataModel( new DateTime(2018, 12, 1), 1.9),
- new ChartDataModel( new DateTime(2019, 1, 1), 1.6),
- new ChartDataModel( new DateTime(2019, 2, 1), 1.5),
- new ChartDataModel( new DateTime(2019, 3, 1), 1.9),
- new ChartDataModel( new DateTime(2019, 4, 1), 2),
- };
-
- CrossAxisData = new ObservableCollection()
- {
- new ChartDataModel( -7, -3),
- new ChartDataModel( -4.5, -2),
- new ChartDataModel( -3.5, 0),
- new ChartDataModel( -3, 2),
- new ChartDataModel( 0, 7),
- new ChartDataModel( 3, 2),
- new ChartDataModel( 3.5, 0),
- new ChartDataModel( 4.5, -2),
- new ChartDataModel( 7, -3),
- };
-
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml
deleted file mode 100644
index 089a307f..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml.cs
deleted file mode 100644
index 58a1bb9a..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarChart.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using System;
-using Chart = Syncfusion.Maui.Charts;
-using mauiColor = Microsoft.Maui.Graphics.Color;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class BarChart : SampleView
- {
- public BarChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarSeriesViewModel.cs
deleted file mode 100644
index d23a0f0b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/BarSeriesViewModel.cs
+++ /dev/null
@@ -1,64 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using System;
-using System.Collections.ObjectModel;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class BarSeriesViewModel : BaseViewModel
- {
- public ObservableCollection BarData1 { get; set; }
-
- public ObservableCollection BarData2 { get; set; }
- public ObservableCollection BarData3 { get; set; }
- public ObservableCollection RundedBarData { get; set; }
-
- public BarSeriesViewModel()
- {
- EnableAnimation = true;
-
- RundedBarData = new ObservableCollection()
- {
- new ChartDataModel("Boat", 9.872),
- new ChartDataModel("Walk", 5.237),
- new ChartDataModel("Plane", 9.0437),
- new ChartDataModel("Bike", 4.11),
- new ChartDataModel("Car", 8.43),
- };
-
- BarData1 = new ObservableCollection
- {
- new ChartDataModel("Facebook", 4.119),
- new ChartDataModel("FB Messenger", 3.408),
- new ChartDataModel("WhatsApp", 2.979),
- new ChartDataModel("Instagram", 1.843),
- new ChartDataModel("Skype", 1.039),
- new ChartDataModel("Subway Surfers", 1.025),
-
- };
-
- BarData2 = new ObservableCollection
- {
- new ChartDataModel("Egg", 2.2),
- new ChartDataModel("Fish", 2.4),
- new ChartDataModel("Misc", 3),
- new ChartDataModel("Tea", 3.1),
- };
-
- BarData3 = new ObservableCollection
- {
- new ChartDataModel("Egg", 1.2),
- new ChartDataModel("Fish", 1.3),
- new ChartDataModel("Misc", 1.5),
- new ChartDataModel("Tea", 2.2),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml
deleted file mode 100644
index 0c92ac51..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml.cs
deleted file mode 100644
index 971c9663..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Bar_DynamicUpdate : SampleView
- {
- public Bar_DynamicUpdate()
- {
- InitializeComponent();
-
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel.StartTimer();
- }
-
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel.StopTimer();
- viewModel.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel != null)
- viewModel.StopTimer();
-
- Chart4.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml
deleted file mode 100644
index 69ca476b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml.cs
deleted file mode 100644
index 3703ce7e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_RoundedEdge.xaml.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using Microsoft.Maui.Graphics;
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using System;
-using Chart = Syncfusion.Maui.Charts;
-using mauiColor = Microsoft.Maui.Graphics.Color;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class BarChart_RoundedEdge : SampleView
- {
- public BarChart_RoundedEdge()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart2.Handler?.DisconnectHandler();
- }
- }
-
- public class CustomBarChart : ColumnSeries
- {
- protected override ChartSegment CreateSegment()
- {
- return new BarSegmentExt();
- }
- }
-
- public class BarSegmentExt : ColumnSegment
- {
- RectF trackRect = RectF.Zero;
-
- protected override void OnLayout()
- {
- base.OnLayout();
- if (Series is CartesianSeries series && series.ActualYAxis is NumericalAxis yAxis)
- {
- var top = yAxis.ValueToPoint(Convert.ToDouble(yAxis.Maximum ?? double.NaN));
- trackRect = new RectF() { Left = Left, Top = Top, Right = (float)top, Bottom = Bottom };
- }
- }
-
- protected override void Draw(ICanvas canvas)
- {
- canvas.SetFillPaint(new SolidColorBrush(mauiColor.FromArgb("#f7f7f7")), trackRect);
- canvas.FillRoundedRectangle(trackRect, 25);
-
- base.Draw(canvas);
- }
- }
-
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml
deleted file mode 100644
index b0291ab2..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml.cs
deleted file mode 100644
index 5f1c03f8..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Bar/Bar_WidthCustomization.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Bar_WidthCustomization : SampleView
- {
- public Bar_WidthCustomization()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart3.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml
deleted file mode 100644
index fac01ec1..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml.cs
deleted file mode 100644
index c0f0ad64..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnChart.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class ColumnChart : SampleView
- {
- public ColumnChart()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesExt.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesExt.cs
deleted file mode 100644
index dedc9b58..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesExt.cs
+++ /dev/null
@@ -1,123 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using Microsoft.Maui.Graphics;
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using System;
-using System.Collections.ObjectModel;
-using System.Reflection;
-using mauiColor = Microsoft.Maui.Graphics.Color;
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ColumnSeriesExt : ColumnSeries
- {
- protected override ChartSegment CreateSegment()
- {
- return new ColumnSegmentExt();
- }
-
-
- protected override void DrawDataLabel(ICanvas canvas, Brush? fillcolor, string label, PointF point, int index)
- {
- var items = ItemsSource as ObservableCollection;
- if (items != null)
- {
- var text = items[index].Name ?? "";
- base.DrawDataLabel(canvas, new SolidColorBrush(Colors.Transparent), label, point, index);
- base.DrawDataLabel(canvas, new SolidColorBrush(Colors.Transparent), text, new PointF(point.X, point.Y - 30), index);
- }
- }
- }
-
- public class ColumnSegmentExt : ColumnSegment
- {
- float curveHeight;
- float curveXGape = 30;
- float curveYGape = 20;
-
- protected override void Draw(ICanvas canvas)
- {
- base.Draw(canvas);
-
- if (Series is CartesianSeries series && series.ActualYAxis is NumericalAxis yAxis)
- {
- var top = yAxis.ValueToPoint(Convert.ToDouble(yAxis.Maximum ?? double.NaN));
-
- var trackRect = new RectF() { Left = Left, Top = (float)top, Right = Right, Bottom = Bottom };
- curveHeight = (float)trackRect.Height / curveYGape;
- var width = (float)trackRect.Width + (float)Math.Sqrt((trackRect.Width * trackRect.Width) + (trackRect.Height * trackRect.Height));
- var waveLeft = trackRect.Left;
- var waveRight = waveLeft + width;
- var waveTop = trackRect.Bottom;
- var waveBottom = trackRect.Bottom + trackRect.Height;
-
- var waveRect = new Rect() { Left = waveLeft, Top = waveTop, Right = waveRight, Bottom = waveBottom };
-
- float freq = trackRect.Bottom - Top;
-
- canvas.SaveState();
-
- DrawTrackPath(canvas, trackRect);
-
- var color = (Fill is SolidColorBrush brush) ? brush.Color : Colors.Transparent;
-
- canvas.SetFillPaint(new SolidColorBrush(color.MultiplyAlpha(0.6f)), waveRect);
- DrawWave(canvas, new Rect(new Point(waveLeft - curveXGape - freq, waveTop - freq), waveRect.Size));
-
- canvas.SetFillPaint(Fill, waveRect);
- DrawWave(canvas, new Rect(new Point(waveLeft - freq, waveTop - freq), waveRect.Size));
-
- canvas.RestoreState();
- }
- }
-
- private void DrawTrackPath(ICanvas canvas, RectF trackRect)
- {
- PathF path = new();
- path.MoveTo(trackRect.Left, trackRect.Bottom);
- path.LineTo(trackRect.Left, trackRect.Top);
- path.LineTo(trackRect.Right, trackRect.Top);
- path.LineTo(trackRect.Right, trackRect.Bottom);
-
- path.Close();
- canvas.ClipPath(path);
-
- canvas.SetFillPaint(new SolidColorBrush(mauiColor.FromArgb("#f7f7f7")), trackRect);
- canvas.FillPath(path);
- }
-
- private void DrawWave(ICanvas canvas, RectF rectangle)
- {
- PathF path = new();
-
- path.MoveTo(rectangle.Left, rectangle.Bottom);
- path.LineTo(rectangle.Left, rectangle.Top);
-
- var top = rectangle.Top;
- var start = rectangle.Left;
- var split = rectangle.Width / 5;
- do
- {
- var next = start + split;
-
- var crX = start + (split / 2);
- var crY = top - curveHeight;
- var crY2 = top + curveHeight;
-
- path.CurveTo(crX, crY, crX, crY2, next, top);
-
- start = next;
- } while (start <= rectangle.Right);
-
- path.LineTo(rectangle.Right, rectangle.Bottom);
- path.Close();
- canvas.FillPath(path);
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesViewModel.cs
deleted file mode 100644
index 5f81b139..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnSeriesViewModel.cs
+++ /dev/null
@@ -1,66 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using Microsoft.Maui.Graphics;
-using System;
-using System.Collections.ObjectModel;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ColumnSeriesViewModel : BaseViewModel
- {
- public ObservableCollection ColumnData1 { get; set; }
- public ObservableCollection RoundedColumnData { get; set; }
- public ObservableCollection OlympicMedals { get; set; }
-
- public ObservableCollection OlympicColorModel { get; set; }
-
- public ColumnSeriesViewModel()
- {
- EnableAnimation = true;
-
- ColumnData1 = new ObservableCollection
- {
- new ChartDataModel("China", 0.541),
- new ChartDataModel("Egypt", 0.818),
- new ChartDataModel("Bolivia", 1.51),
- new ChartDataModel("Mexico", 1.302),
- new ChartDataModel("Brazil", 2.017)
-
- };
-
- RoundedColumnData = new ObservableCollection()
- {
- new ChartDataModel(1, 25),
- new ChartDataModel(2, 49),
- new ChartDataModel(3, 28),
- new ChartDataModel(4, 14),
- new ChartDataModel(5, 32),
- new ChartDataModel(6, 51),
- new ChartDataModel(7, 45),
- new ChartDataModel(8, 60),
- };
-
- OlympicMedals = new ObservableCollection()
- {
- new ChartDataModel("Germany", 128, 129, 101),
- new ChartDataModel("Russia", 123, 92, 93),
- new ChartDataModel("Norway", 107, 106, 90),
- new ChartDataModel("USA", 87, 95, 71),
- };
-
- OlympicColorModel = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#FFD700")),
- new SolidColorBrush(Color.FromArgb("#C0C0C0")),
- new SolidColorBrush(Color.FromArgb("#CD7F32")),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnViewModelEXT.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnViewModelEXT.cs
deleted file mode 100644
index 64ea63cc..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/ColumnViewModelEXT.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ColumnViewModelEXT : BaseViewModel
- {
- public ObservableCollection ColumnData { get; set; }
-
- public ColumnViewModelEXT()
- {
- EnableAnimation = true;
- ColumnData = new ObservableCollection()
- {
- //new ChartDataModel("HP Inc", 12.54),
- //new ChartDataModel("Lenovo", 13.46),
- new ChartDataModel("Apple", 4.56),
- new ChartDataModel("Dell" ,9.18),
- new ChartDataModel("ASUS", 5.29),
- //new ChartDataModel("Like", 38000),
- //new ChartDataModel("View", 65000),
- //new ChartDataModel("Share", 25900),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml
deleted file mode 100644
index 619b371d..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml.cs
deleted file mode 100644
index e137ebfc..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_Customization.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Column_Customization : SampleView
- {
- public Column_Customization()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart3.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml
deleted file mode 100644
index 0dc61634..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml.cs
deleted file mode 100644
index a3cbe0f5..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Column_DynamicUpdate : SampleView
- {
- public Column_DynamicUpdate()
- {
- InitializeComponent();
-
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel.StartTimer();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel.StopTimer();
- viewModel.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel != null)
- viewModel.StopTimer();
-
- Chart4.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml
deleted file mode 100644
index 6ed3dc22..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml.cs
deleted file mode 100644
index 49a80bd9..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_RoundedEdges.xaml.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using Syncfusion.Maui.Graphics.Internals;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Column_RoundedEdges : SampleView
- {
- public Column_RoundedEdges()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-
- public class RoundedColumnSeries : ColumnSeries
- {
- protected override void DrawSeries(ICanvas canvas, ReadOnlyObservableCollection segments, RectF clipRect)
- {
- base.DrawSeries(canvas, segments, clipRect);
- if (ActualXAxis == null || ActualYAxis == null) return;
- var x = ActualXAxis.ValueToPoint(0);
- var y = ActualYAxis.ValueToPoint(50);
-
- canvas.SaveState();
- var color = Color.FromArgb("#F06C64");
- var text = "Overflow";
- var size = text.Measure(12);
- var texty = y - (float)size.Height;
- var textx = x + (float)size.Width + (float)size.Width / 2;
-
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- {
- textx = clipRect.Left + (2 * (float)size.Width);
- }
-
- canvas.StrokeColor = color;
- canvas.StrokeSize = 2;
- canvas.StrokeDashPattern = new float[] { 15, 6, 5, 3 };
-
- canvas.FontColor = color;
- //canvas.SetToBoldSystemFont();
- canvas.FontSize = 15;
- canvas.DrawString(text, textx, texty, HorizontalAlignment.Center);
- canvas.DrawLine(x, y, clipRect.Right, y);
- canvas.RestoreState();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml
deleted file mode 100644
index 14253505..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml.cs
deleted file mode 100644
index 30b001b9..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Column/Column_WidthCustomization.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Column_WidthCustomization : SampleView
- {
- public Column_WidthCustomization()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart2.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml
deleted file mode 100644
index 9a79d036..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml.cs
deleted file mode 100644
index 77df7bf4..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineChart.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class FastLineChart : SampleView
- {
- public FastLineChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- fastLineChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineSeriesViewModel.cs
deleted file mode 100644
index 5eeaa72b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/FastLineSeriesViewModel.cs
+++ /dev/null
@@ -1,194 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.ObjectModel;
-using System.Threading.Tasks;
-using Microsoft.Maui.Dispatching;
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class FastLineSeriesViewModel : BaseViewModel
- {
- public int DataCount = 100000;
- private readonly Random randomNumber;
-
- public ObservableCollection Data { get; set; }
-
- public FastLineSeriesViewModel()
- {
- randomNumber = new Random();
- Data = GenerateData();
- }
-
- private ObservableCollection GenerateData()
- {
- ObservableCollection collection = new();
- DateTime date = new(1900, 1, 1);
- double value = 100;
-
- for (int i = 0; i < this.DataCount; i++)
- {
- collection.Add(new ChartDataModel(date, Math.Round(value, 2)));
- date = date.Add(TimeSpan.FromHours(6));
-
- if (randomNumber.NextDouble() > 0.5)
- {
- value += randomNumber.NextDouble();
- }
- else
- {
- value -= randomNumber.NextDouble();
- }
- }
-
- return collection;
- }
-
- }
-
- public class RealTimeVerticalChartViewModel : BaseViewModel
- {
- private int count;
- private int index;
- readonly Random random = new();
-
- public ObservableCollection VerticalLiveChartData { get; set; }
-
- public RealTimeVerticalChartViewModel()
- {
- VerticalLiveChartData = new ObservableCollection();
- count = 0;
- }
-
- private bool UpdateVerticalData()
- {
- count = count + 1;
-
- if (count > 165)
- {
- return false;
- }
- else if (count > 150)
- {
- VerticalLiveChartData.Add(new ChartDataModel(index, random.Next(0, 0)));
- }
- else if (count > 120)
- {
- VerticalLiveChartData.Add(new ChartDataModel(index, random.Next(-2, 1)));
- }
- else if (count > 80)
- {
- VerticalLiveChartData.Add(new ChartDataModel(index, random.Next(-3, 2)));
- }
- else if (count > 25)
- {
- VerticalLiveChartData.Add(new ChartDataModel(index, random.Next(-7, 6)));
- }
- else
- {
- VerticalLiveChartData.Add(new ChartDataModel(index, random.Next(-9, 9)));
- }
- index++;
- return true;
- }
-
- public void StartVerticalTimer()
- {
- VerticalLiveChartData.Clear();
- count = VerticalLiveChartData.Count;
- if (Application.Current != null)
- Application.Current.Dispatcher.StartTimer(new TimeSpan(0, 0, 0, 0, 10), UpdateVerticalData);
- }
- }
-
- public class RealTimeChartViewModel : BaseViewModel
- {
- private bool canStopTimer;
- private static int count = 0;
- private static int value = 0;
- readonly float[] datas1 = new float[]
- {
- 762,772,762,772,772,770,766,763,765,772,763,768,764,772,762,
- 766,768,766,762,772,774,766,770,767,777,772,762,772,765,766,
- 762,766,766,770,768,765,772,766,766,766,772,774,771,774,769,
- 780,780,777,788,794,778,775,777,783,786,775,765,780,770,770,
- 770,772,771,770,772,780,771,770,766,787,788,775,780,779,780,
- 784,774,790,774,779,788,788,774,791,786,788,758,779,786,777,
- 764,799,788,823,784,642,783,804,703,784,790,823,806,834,816,
- 760,608,804,809,786,810,794,836,801,844,798,823,812,828,835,
- 818,819,811,806,820,828,811,810,812,813,806,784,825,805,830,
- 819,826,802,835,1023,1001,1023,1019,1023,990,879,939,812,852,818,802,854,818,820,
- 806,852,809,800,811,794,800,808,812,812,816,827,850,831,812,819,820,780,810,
- };
-
- public ObservableCollection LiveData { get; set; }
-
- public RealTimeChartViewModel()
- {
- LiveData = new ObservableCollection();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- UpdateLiveData();
- }
- }
-
- private void UpdateLiveData()
- {
- for (int i = 0; i < 500; i++)
- {
- if (count >= datas1.Length)
- count = 0;
- LiveData.Add(new ChartDataModel(value, datas1[count]));
- count++;
- value++;
- }
- }
-
- private bool UpdateData()
- {
- if (canStopTimer) return false;
-
- if (count >= datas1.Length)
- count = 0;
-
- value = LiveData.Count >= 1 ? (int)(LiveData[LiveData.Count - 1].Value) + 1 : 1;
-
- if (value > 250)
- {
- LiveData.RemoveAt(0);
- }
-
- LiveData.Add(new ChartDataModel(value, datas1[count]));
- count++;
- return true;
- }
-
- public void StopTimer()
- {
- canStopTimer = true;
-
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- {
- value = 0;
- count = 0;
- LiveData.Clear();
- UpdateLiveData();
- }
- }
- public async void StartTimer()
- {
- await Task.Delay(500);
-
- if (Application.Current != null)
- Application.Current.Dispatcher.StartTimer(new TimeSpan(0, 0, 0, 0, 25), UpdateData);
-
- canStopTimer = false;
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml
deleted file mode 100644
index ebdcbf9d..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml.cs
deleted file mode 100644
index 7b243e14..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/RealTimeChart.xaml.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class RealTimeChart : SampleView
- {
- public RealTimeChart()
- {
- InitializeComponent();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- realTimeChartViewModel.StopTimer();
- realTimeChartViewModel.StartTimer();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (realTimeChartViewModel != null)
- {
- realTimeChartViewModel.StopTimer();
- }
-
- realTimeChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml
deleted file mode 100644
index 57d628e4..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml.cs
deleted file mode 100644
index c8f81d08..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/FastLineChart/VerticalLiveChart.xaml.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class VerticalLiveChart : SampleView
- {
- public VerticalLiveChart()
- {
- InitializeComponent();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- realTimeVerticalChartViewModel.StartVerticalTimer();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- verticalLiveChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml
deleted file mode 100644
index 81aa146e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
- 6
- 3
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml.cs
deleted file mode 100644
index 2ba16b82..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/DashedLineChart.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class DashedLineChart : SampleView
- {
- public DashedLineChart()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml
deleted file mode 100644
index c4566220..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml.cs
deleted file mode 100644
index 187407a4..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineChart.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class LineChart : SampleView
- {
- public LineChart()
- {
- InitializeComponent();
- }
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineSeriesViewModel.cs
deleted file mode 100644
index 0c6c569c..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/LineSeriesViewModel.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class LineSeriesViewModel : BaseViewModel
- {
- public ObservableCollection LineData1 { get; set; }
-
- public ObservableCollection LineData2 { get; set; }
-
- public ObservableCollection DashedLine { get; set; }
-
- public LineSeriesViewModel()
- {
-
- LineData1 = new ObservableCollection
- {
- new ChartDataModel("2005", 21),
- new ChartDataModel("2006", 24),
- new ChartDataModel("2007", 36),
- new ChartDataModel("2008", 38),
- new ChartDataModel("2009", 54),
- new ChartDataModel("2010", 57),
- new ChartDataModel("2011", 70)
- };
-
- LineData2 = new ObservableCollection
- {
- new ChartDataModel("2005", 28),
- new ChartDataModel("2006", 44),
- new ChartDataModel("2007", 48),
- new ChartDataModel("2008", 50),
- new ChartDataModel("2009", 66),
- new ChartDataModel("2010", 78),
- new ChartDataModel("2011", 84)
- };
-
- DashedLine = new ObservableCollection()
- {
- new ChartDataModel(2010, 6.6, 9.0, 15.1, 18.8),
- new ChartDataModel(2011, 6.3, 9.3, 15.5, 18.5),
- new ChartDataModel(2012, 6.7, 10.2, 14.5, 17.6),
- new ChartDataModel(2013, 6.7, 10.2, 13.9, 16.1),
- new ChartDataModel(2014, 6.4, 10.9, 13, 17.2),
- new ChartDataModel(2015, 6.8, 9.3, 13.4, 18.9),
- new ChartDataModel(2016, 7.7, 10.1, 14.2, 19.4),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml
deleted file mode 100644
index a6aa778f..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml.cs
deleted file mode 100644
index 247acf8f..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/LineChart/Line_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Line_DynamicUpdate : SampleView
- {
- public Line_DynamicUpdate()
- {
- InitializeComponent();
-
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel1.StartTimer();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel1.StopTimer();
- viewModel1.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel1 != null)
- {
- viewModel1.StopTimer();
- }
-
- Chart2.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml
deleted file mode 100644
index 95e57ddc..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml.cs
deleted file mode 100644
index 3e39e315..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterChart.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class ScatterChart : SampleView
- {
- public ScatterChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterSeriesViewModel.cs
deleted file mode 100644
index 2756322e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/ScatterSeriesViewModel.cs
+++ /dev/null
@@ -1,103 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ScatterSeriesViewModel : BaseViewModel
- {
- public ObservableCollection MaleData { get; set; }
- public ObservableCollection FemaleData { get; set; }
-
- public ScatterSeriesViewModel()
- {
- MaleData = new ObservableCollection()
- {
- new ChartDataModel( 161, 65 ), new ChartDataModel( 150, 65 ), new ChartDataModel(155, 65 ), new ChartDataModel(160, 65 ),
- new ChartDataModel( 148, 66 ), new ChartDataModel( 145, 66 ), new ChartDataModel(137, 66 ), new ChartDataModel(138, 66 ),
- new ChartDataModel( 162, 66 ), new ChartDataModel( 166, 66 ), new ChartDataModel(159, 66 ), new ChartDataModel(151, 66 ),
- new ChartDataModel( 180, 66 ), new ChartDataModel( 181, 66 ), new ChartDataModel(174, 66 ), new ChartDataModel(159, 66 ),
- new ChartDataModel( 151, 67 ), new ChartDataModel( 148, 67 ), new ChartDataModel(141, 67 ), new ChartDataModel(145, 67 ),
- new ChartDataModel( 165, 67 ), new ChartDataModel( 168, 67 ), new ChartDataModel(159, 67 ), new ChartDataModel(183, 67 ),
- new ChartDataModel( 188, 67 ), new ChartDataModel( 187, 67 ), new ChartDataModel(172, 67 ), new ChartDataModel(193, 67 ),
- new ChartDataModel( 153, 68 ), new ChartDataModel( 153, 68 ), new ChartDataModel(147, 68 ), new ChartDataModel(163, 68 ),
- new ChartDataModel( 174, 68 ), new ChartDataModel( 173, 68 ), new ChartDataModel(160, 68 ), new ChartDataModel(191, 68 ),
- new ChartDataModel( 131, 62 ), new ChartDataModel( 140, 62 ), new ChartDataModel(149, 62 ), new ChartDataModel(115, 62 ),
- new ChartDataModel( 164, 63 ), new ChartDataModel( 162, 63 ), new ChartDataModel(167, 63 ), new ChartDataModel(146, 63 ),
- new ChartDataModel( 150, 64 ), new ChartDataModel( 141, 64 ), new ChartDataModel(142, 64 ), new ChartDataModel(129, 64 ),
- new ChartDataModel( 159, 64 ), new ChartDataModel( 158, 64 ), new ChartDataModel(162, 64 ), new ChartDataModel(136, 64 ),
- new ChartDataModel( 176, 64 ), new ChartDataModel( 170, 64 ), new ChartDataModel(167, 64 ), new ChartDataModel(144, 64 ),
- new ChartDataModel( 143, 65 ), new ChartDataModel( 137, 65 ), new ChartDataModel(137, 65 ), new ChartDataModel(140, 65 ),
- new ChartDataModel( 182, 65 ), new ChartDataModel( 168, 65 ), new ChartDataModel(181, 65 ), new ChartDataModel(165, 65 ),
- new ChartDataModel( 214, 74 ), new ChartDataModel( 211, 74 ), new ChartDataModel(166, 74 ), new ChartDataModel(185, 74 ),
- new ChartDataModel( 189, 68 ), new ChartDataModel( 182, 68 ), new ChartDataModel(181, 68 ), new ChartDataModel(196, 68 ),
- new ChartDataModel( 152, 69 ), new ChartDataModel( 173, 69 ), new ChartDataModel(190, 69 ), new ChartDataModel(161, 69 ),
- new ChartDataModel( 173, 69 ), new ChartDataModel( 185, 69 ), new ChartDataModel(141, 69 ), new ChartDataModel(149, 69 ),
- new ChartDataModel( 134, 62 ), new ChartDataModel( 183, 62 ), new ChartDataModel(155, 62 ), new ChartDataModel(164, 62 ),
- new ChartDataModel( 169, 62 ), new ChartDataModel( 122, 62 ), new ChartDataModel(161, 62 ), new ChartDataModel(166, 62 ),
- new ChartDataModel( 137, 63 ), new ChartDataModel( 140, 63 ), new ChartDataModel(140, 63 ), new ChartDataModel(126, 63 ),
- new ChartDataModel( 150, 63 ), new ChartDataModel( 153, 63 ), new ChartDataModel(154, 63 ), new ChartDataModel(139, 63 ),
- new ChartDataModel( 186, 69 ), new ChartDataModel( 188, 69 ), new ChartDataModel(148, 69 ), new ChartDataModel(174, 69 ),
- new ChartDataModel( 164, 70 ), new ChartDataModel( 182, 70 ), new ChartDataModel(200, 70 ), new ChartDataModel(151, 70 ),
- new ChartDataModel( 204, 74 ), new ChartDataModel( 177, 74 ), new ChartDataModel(194, 74 ), new ChartDataModel(212, 74 ),
- new ChartDataModel( 162, 70 ), new ChartDataModel( 200, 70 ), new ChartDataModel(166, 70 ), new ChartDataModel(177, 70 ),
- new ChartDataModel( 188, 70 ), new ChartDataModel( 156, 70 ), new ChartDataModel(175, 70 ), new ChartDataModel(191, 70 ),
- new ChartDataModel( 174, 71 ), new ChartDataModel( 187, 71 ), new ChartDataModel(208, 71 ), new ChartDataModel(166, 71 ),
- new ChartDataModel( 150, 71 ), new ChartDataModel( 194, 71 ), new ChartDataModel(157, 71 ), new ChartDataModel(183, 71 ),
- new ChartDataModel( 204, 71 ), new ChartDataModel( 162, 71 ), new ChartDataModel(179, 71 ), new ChartDataModel(196, 71 ),
- new ChartDataModel( 170, 72 ), new ChartDataModel( 184, 72 ), new ChartDataModel(197, 72 ), new ChartDataModel(162, 72 ),
- new ChartDataModel( 177, 72 ), new ChartDataModel( 203, 72 ), new ChartDataModel(159, 72 ), new ChartDataModel(178, 72 ),
- new ChartDataModel( 198, 72 ), new ChartDataModel( 167, 72 ), new ChartDataModel(184, 72 ), new ChartDataModel(201, 72 ),
- new ChartDataModel( 167, 73 ), new ChartDataModel( 178, 73 ), new ChartDataModel(215, 73 ), new ChartDataModel(207, 73 ),
- new ChartDataModel( 172, 73 ), new ChartDataModel( 204, 73 ), new ChartDataModel(162, 73 ), new ChartDataModel(182, 73 ),
- new ChartDataModel( 201, 73 ), new ChartDataModel( 172, 73 ), new ChartDataModel(189, 73 ), new ChartDataModel(206, 73 ),
- new ChartDataModel( 150, 74 ), new ChartDataModel( 187, 74 ), new ChartDataModel(153, 74 ), new ChartDataModel(171, 74 ),
- };
-
- FemaleData = new ObservableCollection()
- {
- new ChartDataModel(115, 57 ), new ChartDataModel(138, 57 ), new ChartDataModel(166, 57 ), new ChartDataModel(122, 57 ),
- new ChartDataModel(126, 57 ), new ChartDataModel(130, 57 ), new ChartDataModel(125, 57 ), new ChartDataModel(144, 57 ),
- new ChartDataModel(150, 57 ), new ChartDataModel(120, 57 ), new ChartDataModel(125, 57 ), new ChartDataModel(130, 57 ),
- new ChartDataModel(103, 58 ), new ChartDataModel(116, 58 ), new ChartDataModel(130, 58 ), new ChartDataModel(126, 58 ),
- new ChartDataModel(136, 58 ), new ChartDataModel(148, 58 ), new ChartDataModel(119, 58 ), new ChartDataModel(141, 58 ),
- new ChartDataModel(159, 58 ), new ChartDataModel(120, 58 ), new ChartDataModel(135, 58 ), new ChartDataModel(163, 58 ),
- new ChartDataModel(119, 59 ), new ChartDataModel(131, 59 ), new ChartDataModel(148, 59 ), new ChartDataModel(123, 59 ),
- new ChartDataModel(137, 59 ), new ChartDataModel(149, 59 ), new ChartDataModel(121, 59 ), new ChartDataModel(142, 59 ),
- new ChartDataModel(160, 59 ), new ChartDataModel(118, 59 ), new ChartDataModel(130, 59 ), new ChartDataModel(146, 59 ),
- new ChartDataModel(119, 60 ), new ChartDataModel(133, 60 ), new ChartDataModel(150, 60 ), new ChartDataModel(133, 60 ),
- new ChartDataModel(149, 60 ), new ChartDataModel(165, 60 ), new ChartDataModel(130, 60 ), new ChartDataModel(139, 60 ),
- new ChartDataModel(154, 60 ), new ChartDataModel(118, 60 ), new ChartDataModel(152, 60 ), new ChartDataModel(154, 60 ),
- new ChartDataModel(130, 61 ), new ChartDataModel(145, 61 ), new ChartDataModel(166, 61 ), new ChartDataModel(131, 61 ),
- new ChartDataModel(143, 61 ), new ChartDataModel(162, 61 ), new ChartDataModel(131, 61 ), new ChartDataModel(145, 61 ),
- new ChartDataModel(162, 61 ), new ChartDataModel(115, 61 ), new ChartDataModel(149, 61 ), new ChartDataModel(183, 61 ),
- new ChartDataModel(121, 62 ), new ChartDataModel(139, 62 ), new ChartDataModel(159, 62 ), new ChartDataModel(135, 62 ),
- new ChartDataModel(152, 62 ), new ChartDataModel(178, 62 ), new ChartDataModel(130, 62 ), new ChartDataModel(153, 62 ),
- new ChartDataModel(172, 62 ), new ChartDataModel(114, 62 ), new ChartDataModel(135, 62 ), new ChartDataModel(154, 62 ),
- new ChartDataModel(126, 63 ), new ChartDataModel(141, 63 ), new ChartDataModel(160, 63 ), new ChartDataModel(135, 63 ),
- new ChartDataModel(149, 63 ), new ChartDataModel(180, 63 ), new ChartDataModel(132, 63 ), new ChartDataModel(144, 63 ),
- new ChartDataModel(163, 63 ), new ChartDataModel(122, 63 ), new ChartDataModel(146, 63 ), new ChartDataModel(156, 63 ),
- new ChartDataModel(133, 64 ), new ChartDataModel(150, 64 ), new ChartDataModel(176, 64 ), new ChartDataModel(133, 64 ),
- new ChartDataModel(149, 64 ), new ChartDataModel(176, 64 ), new ChartDataModel(136, 64 ), new ChartDataModel(157, 64 ),
- new ChartDataModel(174, 64 ), new ChartDataModel(131, 64 ), new ChartDataModel(155, 64 ), new ChartDataModel(191, 64 ),
- new ChartDataModel(136, 65 ), new ChartDataModel(149, 65 ), new ChartDataModel(177, 65 ), new ChartDataModel(143, 65 ),
- new ChartDataModel(149, 65 ), new ChartDataModel(184, 65 ), new ChartDataModel(128, 65 ), new ChartDataModel(146, 65 ),
- new ChartDataModel(157, 65 ), new ChartDataModel(133, 65 ), new ChartDataModel(153, 65 ), new ChartDataModel(173, 65 ),
- new ChartDataModel(141, 66 ), new ChartDataModel(156, 66 ), new ChartDataModel(175, 66 ), new ChartDataModel(125, 66 ),
- new ChartDataModel(138, 66 ), new ChartDataModel(165, 66 ), new ChartDataModel(122, 66 ), new ChartDataModel(164, 66 ),
- new ChartDataModel(182, 66 ), new ChartDataModel(137, 66 ), new ChartDataModel(157, 66 ), new ChartDataModel(176, 66 ),
- new ChartDataModel(149, 67 ), new ChartDataModel(159, 67 ), new ChartDataModel(179, 67 ), new ChartDataModel(156, 67 ),
- new ChartDataModel(179, 67 ), new ChartDataModel(186, 67 ), new ChartDataModel(147, 67 ), new ChartDataModel(166, 67 ),
- new ChartDataModel(185, 67 ), new ChartDataModel(140, 67 ), new ChartDataModel(160, 67 ), new ChartDataModel(180, 67 ),
- new ChartDataModel(145, 68 ), new ChartDataModel(155, 68 ), new ChartDataModel(170, 68 ), new ChartDataModel(129, 68 ),
- new ChartDataModel(164, 68 ), new ChartDataModel(189, 68 ), new ChartDataModel(150, 68 ), new ChartDataModel(157, 68 ),
- new ChartDataModel(183, 68 ), new ChartDataModel(144, 68 ), new ChartDataModel(170, 68 ), new ChartDataModel(180, 68 )
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml
deleted file mode 100644
index f0c77e46..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml.cs
deleted file mode 100644
index eeb179af..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Scatter/Scatter_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Scatter_DynamicUpdate : SampleView
- {
- public Scatter_DynamicUpdate()
- {
- InitializeComponent();
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel.StartTimer();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel.StopTimer();
- viewModel.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel != null)
- {
- viewModel.StopTimer();
- }
-
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml
deleted file mode 100644
index 053ac781..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml.cs
deleted file mode 100644
index f91d1fc8..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/Selection.xaml.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using System.Globalization;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Selection : SampleView
- {
- public Selection()
- {
- InitializeComponent();
- chart.SelectionChanging += Chart_SelectionChanging;
- }
-
- private void Chart_SelectionChanging(object? sender, Syncfusion.Maui.Charts.ChartSelectionChangingEventArgs e)
- {
- if (e.CurrentIndex == e.PreviousIndex || e.CurrentIndex == -1)
- {
- e.Cancel = true;
- }
- else if (e.CurrentIndex != -1)
- {
- series2.Fill = new SolidColorBrush(Color.FromArgb("#40314A6E"));
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- chart.Handler?.DisconnectHandler();
- }
- }
-
- public class SelectionValueConverter : IValueConverter
- {
- public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
- {
- return ((DateTime)value).ToString("ddd-hh:mm");
- }
-
- public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
- {
- return value;
- }
- }
-
-}
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/SelectionViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/SelectionViewModel.cs
deleted file mode 100644
index fb31245d..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Selection/SelectionViewModel.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class SelectionViewModel : BaseViewModel
- {
- public ObservableCollection SelectionData { get; set; }
-
- public SelectionViewModel()
- {
- DateTime date = new(2017, 3, 01);
- Random r = new();
- SelectionData = new ObservableCollection();
- for (int i = 0; i < 20; i++)
- {
- SelectionData.Add(new ChartDataModel(date, r.Next(10, 65)));
- date = date.AddHours(1);
- }
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml
deleted file mode 100644
index ee91041d..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml.cs
deleted file mode 100644
index 798a2f6e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaChart.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class SplineAreaChart : SampleView
- {
- public SplineAreaChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaSeriesViewModel.cs
deleted file mode 100644
index 95779a0b..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineAreaChart/SplineAreaSeriesViewModel.cs
+++ /dev/null
@@ -1,66 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class SplineAreaSeriesViewModel : BaseViewModel
- {
- public ObservableCollection SplineAreaData1 { get; set; }
-
- public ObservableCollection SplineAreaData2 { get; set; }
-
- public ObservableCollection SplineAreaData3 { get; set; }
-
- public SplineAreaSeriesViewModel()
- {
- SplineAreaData1 = new ObservableCollection
- {
- new ChartDataModel(2010, 10.53, 3.3),
- new ChartDataModel(2011, 9.5, 5.4),
- new ChartDataModel(2012, 10, 2.65),
- new ChartDataModel(2013, 9.4, 2.62),
- new ChartDataModel(2014, 5.8, 1.99),
- new ChartDataModel(2015, 4.9, 1.44),
- new ChartDataModel(2016, 4.5, 2),
- new ChartDataModel(2017, 3.6, 1.56),
- new ChartDataModel(2018, 3.43, 2.1),
- };
-
- SplineAreaData2 = new ObservableCollection
- {
- new ChartDataModel(2002, 2.0),
- new ChartDataModel(2003, 1.7),
- new ChartDataModel(2004, 1.8),
- new ChartDataModel(2005, 2.1),
- new ChartDataModel(2006, 2.3),
- new ChartDataModel(2007, 1.7),
- new ChartDataModel(2008, 1.5),
- new ChartDataModel(2009, 2.8),
- new ChartDataModel(2010, 1.5),
- new ChartDataModel(2011, 2.3),
-
- };
-
- SplineAreaData3 = new ObservableCollection
- {
- new ChartDataModel(2002, 0.8),
- new ChartDataModel(2003, 1.3),
- new ChartDataModel(2004, 1.1),
- new ChartDataModel(2005, 1.6),
- new ChartDataModel(2006, 2.0),
- new ChartDataModel(2007, 1.7),
- new ChartDataModel(2008, 2.3),
- new ChartDataModel(2009, 2.7),
- new ChartDataModel(2010, 1.1),
- new ChartDataModel(2011, 2.3),
- };
- }
- }
-
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml
deleted file mode 100644
index 87d035af..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
- 6
- 3
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml.cs
deleted file mode 100644
index b5449de7..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/DashedSplineChart.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class DashedSplineChart : SampleView
- {
- public DashedSplineChart()
- {
- InitializeComponent();
- }
-
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml
deleted file mode 100644
index 1fbcb7c6..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml.cs
deleted file mode 100644
index d5c7a40e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineChart.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class SplineChart : SampleView
- {
- public SplineChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineSeriesViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineSeriesViewModel.cs
deleted file mode 100644
index f6bb825e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/SplineSeriesViewModel.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class SplineSeriesViewModel : BaseViewModel
- {
- public ObservableCollection SplineData1 { get; set; }
- public ObservableCollection DashedData { get; set; }
-
- public SplineSeriesViewModel()
- {
- DashedData = new ObservableCollection()
- {
- new ChartDataModel(1997,
- 17.79,
- 20.32,
- 22.44, 0),
- new ChartDataModel(
- 1998,
- 18.20,
- 21.46,
- 25.18, 0),
- new ChartDataModel(
- 1999,
- 17.44,
- 21.72,
- 24.15,0),
- new ChartDataModel(
- 2000, 19, 22.86, 25.83,0),
- new ChartDataModel(
- 2001,
- 18.93,
- 22.87,
- 25.69,0),
- new ChartDataModel(
- 2002,
- 17.58,
- 21.87,
- 24.75,0),
- new ChartDataModel(
- 2003,
- 16.83,
- 21.67,
- 27.38,0),
- new ChartDataModel(
- 2004,
- 17.93,
- 21.65,
- 25.31,0)
- };
-
- SplineData1 = new ObservableCollection
- {
- new ChartDataModel("Jan", 43, 37),
- new ChartDataModel("Feb", 45, 37),
- new ChartDataModel("Mar", 50, 39),
- new ChartDataModel("Apr", 55, 43),
- new ChartDataModel("May", 63, 48),
- new ChartDataModel("Jun", 68, 54),
- new ChartDataModel("Jul", 72, 57),
- new ChartDataModel("Aug", 70, 57),
- new ChartDataModel("Sep", 66, 54),
- new ChartDataModel("Oct", 57, 48),
- new ChartDataModel("Nov", 50, 43),
- new ChartDataModel("Dec", 45, 37),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml
deleted file mode 100644
index 38e714ad..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml.cs
deleted file mode 100644
index a2658fff..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/SplineChart/Spline_DynamicUpdate.xaml.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class Spline_DynamicUpdate : SampleView
- {
- public Spline_DynamicUpdate()
- {
- InitializeComponent();
- if (!(BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile))
- viewModel1.StartTimer();
- }
-
- public override void OnAppearing()
- {
- base.OnAppearing();
- if (BaseConfig.RunTimeDeviceLayout == SBLayout.Mobile)
- {
- viewModel1.StopTimer();
- viewModel1.StartTimer();
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- if (viewModel1 != null)
- {
- viewModel1.StopTimer();
- }
- Chart2.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml
deleted file mode 100644
index 7de3561a..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml.cs
deleted file mode 100644
index 80faeef2..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/CartesianTooltip.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class CartesianTooltip : SampleView
- {
- public CartesianTooltip()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- tooltipChart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/TooltipViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/TooltipViewModel.cs
deleted file mode 100644
index 2d571268..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Tooltip/TooltipViewModel.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class TooltipViewModel : BaseViewModel
- {
- public ObservableCollection ChartData1 { get; set; }
-
- public TooltipViewModel()
- {
- ChartData1 = new ObservableCollection()
- {
- new ChartDataModel(2004, 42.630000, 34.730000),
- new ChartDataModel( 2005,43.320000, 40.400000),
- new ChartDataModel( 2006,43.660000, 38.090000),
- new ChartDataModel( 2007,43.540000, 45.710000),
- new ChartDataModel( 2008,43.600000, 46.320000),
- new ChartDataModel( 2009,43.500000, 47.200000),
- new ChartDataModel( 2010,43.350000, 47.990000),
- new ChartDataModel( 2011,43.620000, 50.170000),
- new ChartDataModel( 2012,43.930000, 51.640000),
- };
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/BaseViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/BaseViewModel.cs
deleted file mode 100644
index 1724a007..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/BaseViewModel.cs
+++ /dev/null
@@ -1,64 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-using System.ComponentModel;
-using System.Reflection;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class BaseViewModel : INotifyPropertyChanged
- {
- public event PropertyChangedEventHandler? PropertyChanged;
-
- public ObservableCollection PaletteBrushes { get; set; }
- public ObservableCollection CustomColor2 { get; set; }
- public ObservableCollection AlterColor1 { get; set; }
-
- private bool enableAnimation = true;
- public bool EnableAnimation
- {
- get { return enableAnimation; }
- set
- {
- enableAnimation = value;
- OnPropertyChanged("EnableAnimation");
- }
- }
-
- public void OnPropertyChanged(string name)
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
- }
-
- public BaseViewModel()
- {
- PaletteBrushes = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#314A6E")),
- new SolidColorBrush(Color.FromArgb("#48988B")),
- new SolidColorBrush(Color.FromArgb("#5E498C")),
- new SolidColorBrush(Color.FromArgb("#74BD6F")),
- new SolidColorBrush(Color.FromArgb("#597FCA"))
- };
- CustomColor2 = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#519085")),
- new SolidColorBrush(Color.FromArgb("#F06C64")),
- new SolidColorBrush(Color.FromArgb("#FDD056")),
- new SolidColorBrush(Color.FromArgb("#81B589")),
- new SolidColorBrush(Color.FromArgb("#88CED2"))
- };
-
- AlterColor1 = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#314A6E")),
- new SolidColorBrush(Color.FromArgb("#48988B")),
- };
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/DynamicAnimationViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/DynamicAnimationViewModel.cs
deleted file mode 100644
index fabe7e8e..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/DynamicAnimationViewModel.cs
+++ /dev/null
@@ -1,68 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-using Microsoft.Maui.Dispatching;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- internal class DynamicAnimationViewModel : BaseViewModel
- {
- private ObservableCollection motionAnimation = new ObservableCollection();
- public ObservableCollection MotionAnimation
- {
- get { return motionAnimation; }
- set
- {
- motionAnimation = value;
- OnPropertyChanged("MotionAnimation");
- }
- }
-
- private bool canStopTimer;
-
- public DynamicAnimationViewModel()
- {
- var r = new Random();
- MotionAnimation = new ObservableCollection();
- for (int i = 0; i < 7; i++)
- {
- MotionAnimation.Add(new ChartDataModel(i, r.Next(5, 90)));
- }
- }
-
- public void StopTimer()
- {
- canStopTimer = true;
- }
-
- public async void StartTimer()
- {
- await Task.Delay(500);
- if (Application.Current != null)
- Application.Current.Dispatcher.StartTimer(new TimeSpan(0, 0, 0, 2, 500), UpdateData);
-
- canStopTimer = false;
- }
-
- private bool UpdateData()
- {
- if (canStopTimer) return false;
-
- var r = new Random();
- var data = new ObservableCollection();
- for (int i = 0; i < 7; i++)
- {
- data.Add(new ChartDataModel(i, r.Next(5, 90)));
- }
-
- MotionAnimation = data;
-
- return true;
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/Model.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/Model.cs
deleted file mode 100644
index 4a472294..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/ViewModel/Model.cs
+++ /dev/null
@@ -1,131 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.Generic;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ChartDataModel
- {
- public string? Name { get; set; }
-
- public double Data { get; set; }
-
- public string? Label { get; set; }
- public DateTime Date { get; set; }
-
- public double Value { get; set; }
-
- public double Value1 { get; set; }
-
- public double Size { get; set; }
-
- public double High { get; set; }
-
- public double Low { get; set; }
-
- public bool IsSummary { get; set; }
-
- public string? Department { get; set; }
-
- public List? EmployeeAges { get; set; }
-
- public ChartDataModel(string department, List employeeAges)
- {
- Department = department;
- EmployeeAges = employeeAges;
- }
-
- public ChartDataModel(string name, double value)
- {
- Name = name;
- Value = value;
- }
-
- public ChartDataModel(string name, double value, double horizontalErrorValue, double verticalErrorValue)
- {
- Name = name;
- Value = value;
- High = horizontalErrorValue;
- Low = verticalErrorValue;
- }
-
- public ChartDataModel(string name, double value, double size)
- {
- Name = name;
- Value = value;
- Size = size;
- }
-
- public ChartDataModel(DateTime date, double value, double size)
- {
- Date = date;
- Value = value;
- Size = size;
- }
-
- public ChartDataModel(double value, double value1, double size)
- {
- Value1 = value;
- Value = value1;
- Size = size;
- }
-
- public ChartDataModel(double value1, double value, double size, string label)
- {
- Value1 = value1;
- Value = value;
- Size = size;
- Label = label;
- }
-
- public ChartDataModel(string name, double high, double low, double open, double close)
- {
- Name = name;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
-
- public ChartDataModel(double name, double high, double low, double open, double close)
- {
- Data = name;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
-
- public ChartDataModel(DateTime date, double high, double low, double open, double close)
- {
- Date = date;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
- public ChartDataModel(double value, double size)
- {
- Value = value;
- Size = size;
- }
- public ChartDataModel(DateTime dateTime, double value)
- {
- Date = dateTime;
- Value = value;
- }
-
- public ChartDataModel(string name, double value, bool isSummary)
- {
- Name = name;
- Value = value;
- IsSummary = isSummary;
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml
deleted file mode 100644
index afff7d69..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml.cs
deleted file mode 100644
index d28e6243..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ChartZooming.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public partial class ChartZooming : SampleView
- {
- public ChartZooming()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ZoomViewModel.cs b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ZoomViewModel.cs
deleted file mode 100644
index 4022d784..00000000
--- a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/Samples/CartesianChart/Zoom/ZoomViewModel.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CartesianChart.SfCartesianChart
-{
- public class ZoomViewModel : BaseViewModel
- {
- public ObservableCollection ZoomData { get; set; }
-
- public ZoomViewModel()
- {
- DateTime date = new(1950, 3, 01);
- Random r = new();
- ZoomData = new ObservableCollection();
- for (int i = 0; i < 20; i++)
- {
- ZoomData.Add(new ChartDataModel(date, r.Next(45, 75)));
- date = date.AddDays(5);
- }
- }
- }
-}
diff --git a/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SyncfusionLicense.txt b/MAUI/CartesianChart/SampleBrowser.Maui.CartesianChart/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/CircularChart/NuGet.config b/MAUI/CircularChart/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/CircularChart/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart.sln b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart.sln
deleted file mode 100644
index c366fb29..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.CircularChart", "SampleBrowser.Maui.CircularChart\SampleBrowser.Maui.CircularChart.csproj", "{56DE7E92-64AD-4F07-9A4B-FC796A23F48F}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release|Any CPU.Build.0 = Release|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {56DE7E92-64AD-4F07-9A4B-FC796A23F48F}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml
deleted file mode 100644
index e02c0393..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml.cs
deleted file mode 100644
index 9d00b798..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
-
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/CircularChartSamplesList.xml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/CircularChartSamplesList.xml
deleted file mode 100644
index a42a3cd1..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/CircularChartSamplesList.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlConfig.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlConfig.cs
deleted file mode 100644
index 5ae0669a..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlConfig.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-namespace SampleBrowser.Maui.CircularChart
-{
- // All the code in this file is included in all platforms.
- public class ControlConfig
- {
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlList.xml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlList.xml
deleted file mode 100644
index aadc221e..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/MauiProgram.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/MauiProgram.cs
deleted file mode 100644
index 5a5cd0b4..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/MauiProgram.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Syncfusion.Maui.Core.Hosting;
-using SampleBrowser.Maui.Base.Hosting;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
-
- builder.ConfigureSampleBrowserBase();
-
- return builder.Build();
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/AndroidManifest.xml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index e9937ad7..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainActivity.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainActivity.cs
deleted file mode 100644
index 6de9b484..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainApplication.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 516e0f94..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/Resources/values/colors.xml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index e8b15f99..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Info.plist b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Program.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index 4cafe0f9..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/Main.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/Main.cs
deleted file mode 100644
index ccf403b1..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/tizen-manifest.xml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index ffdfe102..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml
deleted file mode 100644
index b1d2a16f..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 1a28ea89..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-using Microsoft.UI;
-using Microsoft.UI.Windowing;
-using Microsoft.UI.Xaml;
-using WinRT.Interop;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.CircularChart.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
- foreach (var item in Application.Windows)
- {
- var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window);
-
- if (platformWindow != null)
- {
- platformWindow.ExtendsContentIntoTitleBar = false;
- platformWindow.Title = ".NET MAUI Circular Chart Demo";
- }
- }
- }
-}
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/Package.appxmanifest b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 9354ea03..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/app.manifest b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/app.manifest
deleted file mode 100644
index 6e70c0d8..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/AppDelegate.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index e8b15f99..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Info.plist b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Program.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Program.cs
deleted file mode 100644
index 4cafe0f9..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.CircularChart;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Properties/launchSettings.json b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appicon.svg b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appiconfg.svg b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Colors.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Colors.xaml
deleted file mode 100644
index 74165117..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Colors.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- #512BD4
- #DFD8F7
- #2B0B98
- White
- Black
- #E5E5E1
- #969696
- #505050
-
-
-
-
-
-
-
-
-
- #F7B548
- #FFD590
- #FFE5B9
- #28C2D1
- #7BDDEF
- #C3F2F4
- #3E8EED
- #72ACF1
- #A7CBF6
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 5b95893a..00000000
Binary files a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 9c117de8..00000000
Binary files a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Images/dotnet_bot.svg b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Images/dotnet_bot.svg
deleted file mode 100644
index abfaff26..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Images/dotnet_bot.svg
+++ /dev/null
@@ -1,93 +0,0 @@
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Raw/AboutAssets.txt b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 3f7a940b..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories) and given a Build Action of "MauiAsset":
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Splash/splash.svg b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Splash/splash.svg
deleted file mode 100644
index 938dea9a..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Styles.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Styles.xaml
deleted file mode 100644
index 9a48084e..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Resources/Styles.xaml
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.csproj b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.csproj
deleted file mode 100644
index 6f1e3f0d..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.csproj
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
-
-
- Exe
- SampleBrowser.Maui.CircularChart
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- $(NoWarn);NU1803
-
-
- SampleBrowser.Maui.CircularChart
-
-
- com.companyname.samplebrowser.maui.circularchart
- A0F9F837-D383-491D-A6F9-21C1485E64A6
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.nuspec b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.nuspec
deleted file mode 100644
index 6f8f988b..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.CircularChart
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- Circular chart component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.props b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.props
deleted file mode 100644
index b634b7cb..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SampleBrowser.Maui.CircularChart.props
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
- Samples\CircularChart\Pie\PieChart.xaml.cs
- PieChart.xaml
-
-
- Samples\CircularChart\Pie\SemiPieChart.xaml.cs
- SemiPieChart.xaml
-
-
- Samples\CircularChart\Doughnut\DoughnutChart.xaml.cs
- DoughnutChart.xaml
-
-
- Samples\CircularChart\Doughnut\SemiDoughnutChart.xaml.cs
- SemiDoughnutChart.xaml
-
-
- Samples\CircularChart\Interaction\Tooltip.xaml.cs
- Tooltip.xaml
-
-
- Samples\CircularChart\Interaction\Selection.xaml.cs
- Selection.xaml
-
-
-
- Samples\CircularChart\Pie\PieSeriesViewModel.cs
-
-
- Samples\CircularChart\Doughnut\DoughnutSeriesViewModel.cs
-
-
- Samples\CircularChart\Interaction\SelectionViewModel.cs
-
-
-
- Samples\CircularChart\ViewModel\BaseViewModel.cs
-
-
-
- Samples\CircularChart\ViewModel\Model.cs
-
-
-
-
-
- CircularChartSamplesList.xml
-
-
-
-
-
- Samples\CircularChart\Pie\PieChart.xaml
-
-
-
-
-
- Samples\CircularChart\Pie\SemiPieChart.xaml
-
-
-
-
-
- Samples\CircularChart\Doughnut\DoughnutChart.xaml
-
-
-
-
-
- Samples\CircularChart\Doughnut\SemiDoughnutChart.xaml
-
-
-
-
-
- Samples\CircularChart\Interaction\Tooltip.xaml
-
-
-
-
-
- Samples\CircularChart\Interaction\Selection.xaml
-
-
-
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml
deleted file mode 100644
index 293aac9b..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml.cs
deleted file mode 100644
index b65ddaa5..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutChart.xaml.cs
+++ /dev/null
@@ -1,78 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using Syncfusion.Maui.Graphics.Internals;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class DoughnutChart : SampleView
- {
- public DoughnutChart()
- {
- InitializeComponent();
- chart.SelectionChanged += Chart_SelectionChanged;
- }
-
- private void Chart_SelectionChanged(object? sender, ChartSelectionChangedEventArgs e)
- {
- if (e.CurrentIndex == e.PreviousIndex)
- {
- series.ExplodeIndex = -1;
- }
- else if (e.CurrentIndex != -1)
- {
- series.SelectionBrush = doughnutViewModel.PaletteBrushes[e.CurrentIndex % 5];
- series.ExplodeIndex = e.CurrentIndex;
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- chart.Handler?.DisconnectHandler();
- }
- }
-
- public class DoughnutSeriesExt : DoughnutSeries
- {
- ChartDataModel? selectedModel;
-
- protected override void DrawSeries(ICanvas canvas, ReadOnlyObservableCollection segments, RectF clipRect)
- {
- base.DrawSeries(canvas, segments, clipRect);
- var center = clipRect.Center;
- var datas = ItemsSource as ObservableCollection;
- if (datas == null) return;
- if (ExplodeIndex != -1)
- {
- selectedModel = datas[ExplodeIndex];
- }
-
- if (selectedModel != null)
- {
- var txt1 = selectedModel.Name ?? "";
- var size = txt1.Measure(12);
-
- var labelStyle = new ChartLabelStyle();
- labelStyle.FontSize = 12;
- labelStyle.TextColor = Colors.Black;
-
- canvas.DrawText(txt1, center.X - (float)size.Width / 2, center.Y - (float)size.Height, labelStyle);
- var sum = datas.Sum(item => item.Value);
- var SelectedItemsPercentage = selectedModel.Value / sum * 100;
- SelectedItemsPercentage = Math.Floor(SelectedItemsPercentage * 100) / 100;
- var txt2 = SelectedItemsPercentage.ToString("0'%");
- size = txt2.Measure(12);
-
- canvas.DrawText(txt2, center.X - (float)size.Width / 2, center.Y + (float)size.Height / 2, labelStyle);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutSeriesViewModel.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutSeriesViewModel.cs
deleted file mode 100644
index a9a122bd..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/DoughnutSeriesViewModel.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public class DoughnutSeriesViewModel : BaseViewModel
- {
- public ObservableCollection DoughnutSeriesData { get; set; }
- public ObservableCollection SemiCircularData { get; set; }
-
- public DoughnutSeriesViewModel()
- {
- DoughnutSeriesData = new ObservableCollection
- {
- new ChartDataModel("Labor", 10),
- new ChartDataModel("Legal", 8),
- new ChartDataModel("Production", 7),
- new ChartDataModel("License", 5),
- new ChartDataModel("Facilities", 10),
- new ChartDataModel("Taxes", 6),
- new ChartDataModel("Insurance", 18)
- };
-
- SemiCircularData = new ObservableCollection
- {
- new ChartDataModel("Product A", 750),
- new ChartDataModel("Product B", 463),
- new ChartDataModel("Product C", 389),
- new ChartDataModel("Product D", 697),
- new ChartDataModel("Product E", 251)
- };
- }
-
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml
deleted file mode 100644
index 43728f49..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml.cs
deleted file mode 100644
index 70c37172..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Doughnut/SemiDoughnutChart.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.Charts;
-using Syncfusion.Maui.Graphics.Internals;
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class SemiDoughnutChart : SampleView
- {
- public SemiDoughnutChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml
deleted file mode 100644
index dc069f71..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml.cs
deleted file mode 100644
index 9c506597..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Selection.xaml.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class Selection : SampleView
- {
- readonly SelectionViewModel? model;
-
- public Selection()
- {
- InitializeComponent();
- chart1.SelectionChanging += Chart_SelectionChanging;
- model = chart1.BindingContext as SelectionViewModel;
- }
-
- private void Chart_SelectionChanging(object? sender, Syncfusion.Maui.Charts.ChartSelectionChangingEventArgs e)
- {
- if (model == null) return;
- if (e.CurrentIndex == e.PreviousIndex || e.CurrentIndex == -1)
- {
- e.Cancel = true;
- }
- else if (e.CurrentIndex != -1)
- {
- series1.PaletteBrushes = model.SelectionBrushes;
- if (model.PaletteBrushes[e.CurrentIndex] is SolidColorBrush brush)
- series1.SelectionBrush = brush;
- }
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/SelectionViewModel.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/SelectionViewModel.cs
deleted file mode 100644
index 5eb909f0..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/SelectionViewModel.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public class SelectionViewModel : BaseViewModel
- {
- public ObservableCollection CircularData { get; set; }
-
- public SelectionViewModel()
- {
- CircularData = new ObservableCollection()
- {
- new ChartDataModel("CHN", 17, 54, 9),
- new ChartDataModel("USA", 19, 67, 14),
- new ChartDataModel("IDN", 29, 65, 6),
- new ChartDataModel("JAP", 13, 61, 26),
- new ChartDataModel("BRZ", 24, 68, 8)
- };
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml
deleted file mode 100644
index f8745e5c..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml.cs
deleted file mode 100644
index d6ed2bd2..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Interaction/Tooltip.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class Tooltip : SampleView
- {
- public Tooltip()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml
deleted file mode 100644
index 1d150a1e..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml.cs
deleted file mode 100644
index c2efe1bc..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieChart.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class PieChart : SampleView
- {
- public PieChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieSeriesViewModel.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieSeriesViewModel.cs
deleted file mode 100644
index 45b60743..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/PieSeriesViewModel.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Collections.ObjectModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public class PieSeriesViewModel : BaseViewModel
- {
- public ObservableCollection PieSeriesData { get; set; }
- public ObservableCollection SemiCircularData { get; set; }
- public PieSeriesViewModel()
- {
- PieSeriesData = new ObservableCollection
- {
- new ChartDataModel("David", 16.6),
- new ChartDataModel("Steve", 14.6),
- new ChartDataModel("Jack", 18.6),
- new ChartDataModel("John", 20.5),
- new ChartDataModel("Regev", 39.5),
- };
-
- SemiCircularData = new ObservableCollection
- {
- new ChartDataModel("Product A", 750),
- new ChartDataModel("Product B", 463),
- new ChartDataModel("Product C", 389),
- new ChartDataModel("Product D", 697),
- new ChartDataModel("Product E", 251)
- };
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml
deleted file mode 100644
index fc41f970..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml.cs
deleted file mode 100644
index e4ed915c..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/Pie/SemiPieChart.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public partial class SemiPieChart : SampleView
- {
- public SemiPieChart()
- {
- InitializeComponent();
- }
-
- public override void OnDisappearing()
- {
- base.OnDisappearing();
- Chart1.Handler?.DisconnectHandler();
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/BaseViewModel.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/BaseViewModel.cs
deleted file mode 100644
index 65530abc..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/BaseViewModel.cs
+++ /dev/null
@@ -1,77 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.ObjectModel;
-using System.ComponentModel;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public class BaseViewModel : INotifyPropertyChanged
- {
- public event PropertyChangedEventHandler? PropertyChanged;
-
- public ObservableCollection PaletteBrushes { get; set; }
- public ObservableCollection SelectionBrushes { get; set; }
-
- public ObservableCollection CustomColor2 { get; set; }
- public ObservableCollection AlterColor1 { get; set; }
-
- private bool enableAnimation = true;
- public bool EnableAnimation
- {
- get { return enableAnimation; }
- set
- {
- enableAnimation = value;
- OnPropertyChanged("EnableAnimation");
- }
- }
-
- public void OnPropertyChanged(string name)
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
- }
-
- public BaseViewModel()
- {
- PaletteBrushes = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#314A6E")),
- new SolidColorBrush(Color.FromArgb("#48988B")),
- new SolidColorBrush(Color.FromArgb("#5E498C")),
- new SolidColorBrush(Color.FromArgb("#74BD6F")),
- new SolidColorBrush(Color.FromArgb("#597FCA"))
- };
-
- SelectionBrushes = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#40314A6E")),
- new SolidColorBrush(Color.FromArgb("#4048988B")),
- new SolidColorBrush(Color.FromArgb("#405E498C")),
- new SolidColorBrush(Color.FromArgb("#4074BD6F")),
- new SolidColorBrush(Color.FromArgb("#40597FCA"))
- };
-
- CustomColor2 = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#519085")),
- new SolidColorBrush(Color.FromArgb("#F06C64")),
- new SolidColorBrush(Color.FromArgb("#FDD056")),
- new SolidColorBrush(Color.FromArgb("#81B589")),
- new SolidColorBrush(Color.FromArgb("#88CED2"))
- };
-
- AlterColor1 = new ObservableCollection()
- {
- new SolidColorBrush(Color.FromArgb("#346bf5")),
- new SolidColorBrush(Color.FromArgb("#ff9d00")),
- };
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/Model.cs b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/Model.cs
deleted file mode 100644
index 8a5d5646..00000000
--- a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/Samples/CircularChart/ViewModel/Model.cs
+++ /dev/null
@@ -1,135 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.Generic;
-
-namespace SampleBrowser.Maui.CircularChart.SfCircularChart
-{
- public class ChartDataModel
- {
- public string? Name { get; set; }
-
- public double Data { get; set; }
-
- public string? Label { get; set; }
- public DateTime Date { get; set; }
-
- public double Value { get; set; }
-
- public double Value1 { get; set; }
-
- public double Size { get; set; }
-
- public double High { get; set; }
-
- public double Low { get; set; }
-
- public bool IsSummary { get; set; }
-
- public string? Department { get; set; }
-
- public List? EmployeeAges { get; set; }
-
- public ChartDataModel(string department, List employeeAges)
- {
- Department = department;
- EmployeeAges = employeeAges;
- }
-
- public ChartDataModel(string name, double value)
- {
- Name = name;
- Value = value;
- }
-
- public ChartDataModel(string name, double value, double horizontalErrorValue, double verticalErrorValue)
- {
- Name = name;
- Value = value;
- High = horizontalErrorValue;
- Low = verticalErrorValue;
- }
-
- public ChartDataModel(string name, double value, double size)
- {
- Name = name;
- Value = value;
- Size = size;
- }
-
- public ChartDataModel()
- {
-
- }
- public ChartDataModel(DateTime date, double value, double size)
- {
- Date = date;
- Value = value;
- Size = size;
- }
-
- public ChartDataModel(double value, double value1, double size)
- {
- Value1 = value;
- Value = value1;
- Size = size;
- }
-
- public ChartDataModel(double value1, double value, double size, string label)
- {
- Value1 = value1;
- Value = value;
- Size = size;
- Label = label;
- }
-
- public ChartDataModel(string name, double high, double low, double open, double close)
- {
- Name = name;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
-
- public ChartDataModel(double name, double high, double low, double open, double close)
- {
- Data = name;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
-
- public ChartDataModel(DateTime date, double high, double low, double open, double close)
- {
- Date = date;
- High = high;
- Low = low;
- Value = open;
- Size = close;
- }
- public ChartDataModel(double value, double size)
- {
- Value = value;
- Size = size;
- }
- public ChartDataModel(DateTime dateTime, double value)
- {
- Date = dateTime;
- Value = value;
- }
-
- public ChartDataModel(string name, double value, bool isSummary)
- {
- Name = name;
- Value = value;
- IsSummary = isSummary;
- }
- }
-}
diff --git a/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SyncfusionLicense.txt b/MAUI/CircularChart/SampleBrowser.Maui.CircularChart/SyncfusionLicense.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/MAUI/DataGrid/NuGet.config b/MAUI/DataGrid/NuGet.config
deleted file mode 100644
index d7a0221b..00000000
--- a/MAUI/DataGrid/NuGet.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid.sln b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid.sln
deleted file mode 100644
index 0cd777fa..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.DataGrid", "SampleBrowser.Maui.DataGrid\SampleBrowser.Maui.DataGrid.csproj", "{4239B718-ED5D-4ED7-A53D-4249176F3B75}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- Release-Xml|Any CPU = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release|Any CPU.Build.0 = Release|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU
- {4239B718-ED5D-4ED7-A53D-4249176F3B75}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml
deleted file mode 100644
index 52e4d483..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml.cs
deleted file mode 100644
index bd3e12dc..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/App.xaml.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System.Reflection;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-public partial class App : Application
-{
- public App()
- {
- InitializeComponent();
-
- //MainPage = new AppShell();
- var appInfo = typeof(App).GetTypeInfo().Assembly;
- SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true;
- MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo);
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlConfig.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlConfig.cs
deleted file mode 100644
index 5013c0a8..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlConfig.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class ControlConfig
- {
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlList.xml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlList.xml
deleted file mode 100644
index a50db12d..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/ControlList.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/DataGridSamplesList.xml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/DataGridSamplesList.xml
deleted file mode 100644
index 44d7e1fd..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/DataGridSamplesList.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/MauiProgram.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/MauiProgram.cs
deleted file mode 100644
index 1c6dd725..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/MauiProgram.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Syncfusion.Maui.DataGrid.Hosting;
-using Syncfusion.Maui.Core.Hosting;
-namespace SampleBrowser.Maui.DataGrid;
-
-public static class MauiProgram
-{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- });
-
- builder.ConfigureSyncfusionDataGrid();
- return builder.Build();
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/AndroidManifest.xml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/AndroidManifest.xml
deleted file mode 100644
index 847a11de..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainActivity.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainActivity.cs
deleted file mode 100644
index 60037251..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainActivity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
-public class MainActivity : MauiAppCompatActivity
-{
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainApplication.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainApplication.cs
deleted file mode 100644
index 5e0373dd..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/MainApplication.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Android.App;
-using Android.Runtime;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-[Application]
-public class MainApplication : MauiApplication
-{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/Resources/values/colors.xml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/Resources/values/colors.xml
deleted file mode 100644
index c04d7492..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #512BD4
- #2B0B98
- #2B0B98
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/AppDelegate.cs
deleted file mode 100644
index 063d8a02..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Info.plist b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Info.plist
deleted file mode 100644
index c96dd0a2..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Program.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Program.cs
deleted file mode 100644
index ad34961f..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/MacCatalyst/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/Main.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/Main.cs
deleted file mode 100644
index f4ec5f4a..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/Main.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using Microsoft.Maui;
-using Microsoft.Maui.Hosting;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-class Program : MauiApplication
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-
- static void Main(string[] args)
- {
- var app = new Program();
- app.Run(args);
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/tizen-manifest.xml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/tizen-manifest.xml
deleted file mode 100644
index 0002a8f4..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Tizen/tizen-manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- appicon.xhigh.png
-
-
-
-
- http://tizen.org/privilege/internet
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml
deleted file mode 100644
index 783f96ac..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml.cs
deleted file mode 100644
index 4515a6a9..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/App.xaml.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.UI.Xaml;
-
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
-namespace SampleBrowser.Maui.DataGrid.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
-{
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- this.InitializeComponent();
- }
-
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/Package.appxmanifest b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/Package.appxmanifest
deleted file mode 100644
index 9354ea03..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/Package.appxmanifest
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/app.manifest b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/app.manifest
deleted file mode 100644
index f1ccfd6d..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/Windows/app.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/AppDelegate.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/AppDelegate.cs
deleted file mode 100644
index 063d8a02..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/AppDelegate.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Foundation;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
-{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Info.plist b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Info.plist
deleted file mode 100644
index 0004a4fd..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UIRequiredDeviceCapabilities
-
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Assets.xcassets/appicon.appiconset
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Program.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Program.cs
deleted file mode 100644
index ad34961f..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Platforms/iOS/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using ObjCRuntime;
-using UIKit;
-
-namespace SampleBrowser.Maui.DataGrid;
-
-public class Program
-{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Properties/launchSettings.json b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Properties/launchSettings.json
deleted file mode 100644
index edf8aadc..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "profiles": {
- "Windows Machine": {
- "commandName": "MsixPackage",
- "nativeDebugging": false
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appicon.svg b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appicon.svg
deleted file mode 100644
index e42a9f05..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appiconfg.svg b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appiconfg.svg
deleted file mode 100644
index 208b00c3..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/AppIcon/appiconfg.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 5b95893a..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Semibold.ttf
deleted file mode 100644
index 9c117de8..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Medium.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Medium.ttf
deleted file mode 100644
index e89b0b79..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Medium.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Regular.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Regular.ttf
deleted file mode 100644
index 3d6861b4..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Roboto-Regular.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/SB Icons.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/SB Icons.ttf
deleted file mode 100644
index 78e2f68b..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/SB Icons.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Sync FontIcons.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Sync FontIcons.ttf
deleted file mode 100644
index 69f554fd..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/Sync FontIcons.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/UIFontIcons.ttf b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/UIFontIcons.ttf
deleted file mode 100644
index 3d754dc7..00000000
Binary files a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Fonts/UIFontIcons.ttf and /dev/null differ
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Images/dotnet_bot.svg b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Images/dotnet_bot.svg
deleted file mode 100644
index abfaff26..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Images/dotnet_bot.svg
+++ /dev/null
@@ -1,93 +0,0 @@
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Raw/AboutAssets.txt b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Raw/AboutAssets.txt
deleted file mode 100644
index 3f7a940b..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Raw/AboutAssets.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories) and given a Build Action of "MauiAsset":
-
-
-
-These files will be deployed with you package and will be accessible using Essentials:
-
- async Task LoadMauiAsset()
- {
- using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
- using var reader = new StreamReader(stream);
-
- var contents = reader.ReadToEnd();
- }
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Splash/splash.svg b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Splash/splash.svg
deleted file mode 100644
index 938dea9a..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Resources/Splash/splash.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj
deleted file mode 100644
index 0738d18a..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
-
-
- Exe
- SampleBrowser.Maui.DataGrid
- true
- true
- enable
- true
- true
- latest
- latest-recommended
- true
- enable
- NU1803
-
-
- SampleBrowser.Maui.DataGrid
-
-
- com.syncfusion.samplebrowser.maui.datagrid
- 713D172E-077C-4592-A220-AE8B4695FB8A
-
-
- 1.0
- 1
-
- 14.2
- 14.0
- 21.0
- 10.0.18362.0
- 10.0.18362.0
- Debug;Release;Release-Xml
-
-
-
- TRACE;DEBUG;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
- TRACE;RELEASE;
- true
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj.user b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj.user
deleted file mode 100644
index ebc19a17..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.csproj.user
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- net6.0-android
- False
- Motorola Moto G (5S) Plus (Android 8.1 - API 27)
- PhysicalDevice
- pixel_2_r_11_0_-_api_30
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.nuspec b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.nuspec
deleted file mode 100644
index 61a83552..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- SampleBrowser.Maui.DataGrid
- 20.1.0.1
- Syncfusion Inc.
- Syncfusion Inc.
- true
- http://www.syncfusion.com/nuget/license
- http://www.syncfusion.com/
- http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png
- ListView component for Syncfusion .NET MAUI
- Copyright 2001 - 2019 Syncfusion Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.props b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.props
deleted file mode 100644
index a9989e1a..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/SampleBrowser.Maui.DataGrid.props
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
- Samples\DataGrid\GettingStarted\GettingStarted.xaml.cs
- GettingStarted.xaml
-
-
- Samples\DataGrid\CellTemplate\CellTemplate.xaml.cs
- CellTemplate.xaml
-
-
- Samples\DataGrid\ColumnSizing\ColumnSizing.xaml.cs
- ColumnSizing.xaml
-
-
- Samples\DataGrid\ColumnTypes\ColumnTypes.xaml.cs
- ColumnTypes.xaml
-
-
- Samples\DataGrid\ConditionalStyling\ConditionalStyling.xaml.cs
- ConditionalStyling.xaml
-
-
- Samples\DataGrid\CustomSorting\CustomSorting.xaml.cs
- CustomSorting.xaml
-
-
- Samples\DataGrid\GettingStarted\DataBinding.xaml.cs
- DataBinding.xaml
-
-
- Samples\DataGrid\Filtering\Filtering.xaml.cs
- Filtering.xaml
-
-
- Samples\DataGrid\RealTimeUpdate\RealTimeUpdate.xaml.cs
- RealTimeUpdate.xaml
-
-
- Samples\DataGrid\RowHeight\RowHeight.xaml.cs
- RowHeight.xaml
-
-
- Samples\DataGrid\Selection\Selection.xaml.cs
- Selection.xaml
-
-
- Samples\DataGrid\Sorting\Sorting.xaml.cs
- Sorting.xaml
-
-
- Samples\DataGrid\Styling\Styling.xaml.cs
- Styling.xaml
-
-
-
- Samples\DataGrid\Model\OrderInfo.cs
-
-
-
- Samples\DataGrid\Model\DealerInfo.cs
-
-
- Samples\DataGrid\Model\Employee.cs
-
-
- Samples\DataGrid\Model\SalesInfo.cs
-
-
- Samples\DataGrid\Model\StockData.cs
-
-
- Samples\DataGrid\Model\Team.cs
-
-
- Samples\DataGrid\ViewModel\DealerInfoViewModel.cs
-
-
- Samples\DataGrid\ViewModel\EmployeeViewModel.cs
-
-
- Samples\DataGrid\ViewModel\SalesViewModel.cs
-
-
- Samples\DataGrid\ViewModel\StockViewModel.cs
-
-
- Samples\DataGrid\ViewModel\TeamViewModel.cs
-
-
- Samples\DataGrid\ViewModel\OrderInfoViewModel.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\RowHeightBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\FilteringBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\CellTemplateBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\DataBindingBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\SortingBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\ColumnSizingBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\SelectionBehavior.cs
-
-
- Samples\DataGrid\Helpers\Behaviors\StylingBehavior.cs
-
-
- Samples\DataGrid\Helpers\TextForegroundConverter.cs
-
-
- Samples\DataGrid\Helpers\CustomSortComparer.cs
-
-
- Samples\DataGrid\Helpers\ImageConverter.cs
-
-
- Samples\DataGrid\Helpers\ConditionalStylingConverter.cs
-
-
- Samples\DataGrid\Helpers\ConditionalStylingForegroundConverter.cs
-
-
-
-
-
- DataGridSamplesList.xml
-
-
-
-
-
- Samples\DataGrid\GettingStarted\GettingStarted.xaml
-
-
-
-
- Samples\DataGrid\DataBinding\DataBinding.xaml
-
-
-
-
- Samples\DataGrid\CellTemplate\CellTemplate.xaml
-
-
-
-
- Samples\DataGrid\ColumnSizing\ColumnSizing.xaml
-
-
-
-
- Samples\DataGrid\ColumnTypes\ColumnTypes.xaml
-
-
-
-
- Samples\DataGrid\ConditionalStyling\ConditionalStyling.xaml
-
-
-
-
- Samples\DataGrid\CustomSorting\CustomSorting.xaml
-
-
-
-
- Samples\DataGrid\Filtering\Filtering.xaml
-
-
-
-
- Samples\DataGrid\RealTimeUpdate\RealTimeUpdate.xaml
-
-
-
-
- Samples\DataGrid\RowHeight\RowHeight.xaml
-
-
-
-
- Samples\DataGrid\Selection\Selection.xaml
-
-
-
-
- Samples\DataGrid\Sorting\Sorting.xaml
-
-
-
-
- Samples\DataGrid\Styling\Styling.xaml
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml
deleted file mode 100644
index 13bbc943..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml.cs
deleted file mode 100644
index 07be1bcb..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CellTemplate/CellTemplate.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class CellTemplate : SampleView
-{
- public CellTemplate()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml
deleted file mode 100644
index 6d6c371f..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Fill
- Auto
- FitByCell
- FitByHeader
- LastColumnFill
- None
-
-
-
- Fill
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml.cs
deleted file mode 100644
index 1214b2d2..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnSizing/ColumnSizing.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class ColumnSizing : SampleView
-{
- public ColumnSizing()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml
deleted file mode 100644
index 5d7df312..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml.cs
deleted file mode 100644
index 6c77030e..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ColumnTypes/ColumnTypes.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class ColumnTypes : SampleView
-{
- public ColumnTypes()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml
deleted file mode 100644
index 1c2e23bd..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml.cs
deleted file mode 100644
index 1c6259aa..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/ConditionalStyling/ConditionalStyling.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class ConditionalStyling : SampleView
-{
- public ConditionalStyling()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml
deleted file mode 100644
index bcc42dcb..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml.cs
deleted file mode 100644
index 14517dea..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/CustomSorting/CustomSorting.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class CustomSorting : SampleView
-{
- public CustomSorting()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml
deleted file mode 100644
index 61b952f9..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Observable collection
- DataTable
-
-
-
- Observable collection
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml.cs
deleted file mode 100644
index 2c3fef29..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/DataBinding/DataBinding.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class DataBinding : SampleView
-{
- public DataBinding()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml
deleted file mode 100644
index 038bb501..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- All Columns
- ID
- Name
- Customer ID
- City
- Country
-
-
- All Columns
-
-
-
-
- Equals
- Does Not Equal
- Contains
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml.cs
deleted file mode 100644
index fd428721..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Filtering/Filtering.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class Filtering : SampleView
-{
- public Filtering()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml
deleted file mode 100644
index 499ffa1b..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml.cs
deleted file mode 100644
index 8ae51355..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/GettingStarted/GettingStarted.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-
-namespace SampleBrowser.Maui.DataGrid.SfDataGrid;
-
-public partial class GettingStarted : SampleView
-{
- public GettingStarted()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/CellTemplateBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/CellTemplateBehavior.cs
deleted file mode 100644
index 2bed6a1e..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/CellTemplateBehavior.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.DataGrid;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class CellTemplateBehavior : Behavior
- {
- private Syncfusion.Maui.DataGrid.SfDataGrid? dataGrid;
- protected override void OnAttachedTo(SampleView bindAble)
- {
- this.dataGrid = bindAble.FindByName("dataGrid");
- this.dataGrid.QueryRowHeight += DataGrid_QueryRowHeight;
- base.OnAttachedTo(bindAble);
- }
-
- protected override void OnDetachingFrom(SampleView bindable)
- {
- this.dataGrid!.QueryRowHeight -= DataGrid_QueryRowHeight;
- this.dataGrid = null;
- base.OnDetachingFrom(bindable);
- }
-
- private void DataGrid_QueryRowHeight(object? sender, DataGridQueryRowHeightEventArgs e)
- {
- if (e.RowIndex > 0)
- {
- e.Height = e.GetIntrinsicRowHeight(e.RowIndex);
- e.Handled = true;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/ColumnSizingBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/ColumnSizingBehavior.cs
deleted file mode 100644
index 70b95575..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/ColumnSizingBehavior.cs
+++ /dev/null
@@ -1,73 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class ColumnSizingBehavior : Behavior
- {
- private Syncfusion.Maui.DataGrid.SfDataGrid? datagrid;
- private Picker? columnSizingPicker;
-
- protected override void OnAttachedTo(SampleView bindable)
- {
- datagrid = bindable.FindByName("dataGrid");
- columnSizingPicker = bindable.FindByName("ColumnSizingPicker");
-
- columnSizingPicker.SelectedIndexChanged += ColumnSizingPicker_SelectedIndexChanged;
- base.OnAttachedTo(bindable);
- }
-
- protected override void OnDetachingFrom(SampleView bindable)
- {
- columnSizingPicker!.SelectedIndexChanged -= ColumnSizingPicker_SelectedIndexChanged;
-
- datagrid = null;
- columnSizingPicker = null;
- base.OnDetachingFrom(bindable);
- }
-
- private void ColumnSizingPicker_SelectedIndexChanged(object? sender, EventArgs e)
- {
- switch(this.columnSizingPicker!.SelectedIndex)
- {
- case 0:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.Fill);
- break;
- case 1:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.Auto);
- break;
- case 2:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.FitByCell);
- break;
- case 3:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.FitByHeader);
- break;
- case 4:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.LastColumnFill);
- break;
- case 5:
- SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode.None);
- break;
- }
- }
-
- private void SetColumnWidthMode(Syncfusion.Maui.DataGrid.ColumnWidthMode columnWidthMode)
- {
- if (this.datagrid!.ColumnWidthMode != columnWidthMode)
- {
- this.datagrid!.ColumnWidthMode = columnWidthMode;
- }
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/DataBindingBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/DataBindingBehavior.cs
deleted file mode 100644
index 6ff88f7f..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/DataBindingBehavior.cs
+++ /dev/null
@@ -1,157 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using Syncfusion.Maui.DataGrid;
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class DataBindingBehavior : Behavior
- {
- private Syncfusion.Maui.DataGrid.SfDataGrid? datagrid;
-
- private Picker? collectionTypePicker;
-
- private OrderInfoViewModel? orderInfoViewModel;
-
- ///
- /// You can override this method to subscribe to AssociatedObject events and initialize properties.
- ///
- /// SampleView type of bindAble
- protected override void OnAttachedTo(SampleView bindable)
- {
- this.datagrid = bindable.FindByName("dataGrid");
- this.orderInfoViewModel = new OrderInfoViewModel();
- this.collectionTypePicker = bindable.FindByName("CollectionTypePicker");
-
- this.collectionTypePicker.SelectedIndexChanged += this.SelectionPicker_SelectedIndexChanged!;
- base.OnAttachedTo(bindable);
- }
-
- ///
- /// You can override this method while View was detached from window
- ///
- /// A sampleView type of bindAble
- protected override void OnDetachingFrom(SampleView bindable)
- {
- this.collectionTypePicker!.SelectedIndexChanged -= this.SelectionPicker_SelectedIndexChanged!;
-
- this.datagrid = null;
- this.collectionTypePicker = null;
- base.OnDetachingFrom(bindable);
- }
-
- ///
- /// Triggers while selected Index was changed, used to set a Collection
- ///
- /// OnSelectionChanged event sender
- /// EventArgs e
- private void SelectionPicker_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (this.collectionTypePicker!.SelectedIndex == 0)
- {
- this.datagrid!.Columns.Clear();
- this.datagrid.ItemsSource = this.orderInfoViewModel!.OrdersInfo;
- DataGridTextColumn orderIdColumn = new DataGridTextColumn();
- orderIdColumn.MappingName = "OrderID";
- orderIdColumn.HeaderText = "Order ID";
- orderIdColumn.MinimumWidth = 120;
-
- DataGridTextColumn shipCountryColumn = new DataGridTextColumn();
- shipCountryColumn.MappingName = "ShipCountry";
- shipCountryColumn.HeaderText = "Country";
- shipCountryColumn.MinimumWidth = 120;
-
- DataGridTextColumn customerColumn = new DataGridTextColumn();
- customerColumn.MappingName = "CustomerID";
- customerColumn.HeaderText = "Name";
- customerColumn.MinimumWidth = 120;
-
- DataGridTextColumn cityColumn = new DataGridTextColumn();
- cityColumn.MappingName = "ShipCity";
- cityColumn.HeaderText = "City";
- cityColumn.MinimumWidth = 120;
-
- DataGridCheckBoxColumn checkBoxColumn = new DataGridCheckBoxColumn();
- checkBoxColumn.MappingName = "IsClosed";
- checkBoxColumn.HeaderText = "Is Online";
- checkBoxColumn.MinimumWidth = 120;
-
- this.datagrid.Columns.Add(orderIdColumn);
- this.datagrid.Columns.Add(customerColumn);
- this.datagrid.Columns.Add(cityColumn);
- this.datagrid.Columns.Add(shipCountryColumn);
- this.datagrid.Columns.Add(checkBoxColumn);
- }
- else if (this.collectionTypePicker.SelectedIndex == 1)
- {
- this.datagrid!.Columns.Clear();
- this.datagrid.ItemsSource = this.GetDataTable();
- DataGridTextColumn customerId = new DataGridTextColumn();
- customerId.MappingName = "CustomerID";
- customerId.HeaderText = "ID";
-
- DataGridTextColumn companyName = new DataGridTextColumn();
- companyName.MappingName = "Company";
- companyName.HeaderText = "Company";
-
- DataGridTextColumn contactName = new DataGridTextColumn();
- contactName.MappingName = "ContactName";
- contactName.HeaderText = "Contact Name";
-
- DataGridTextColumn city = new DataGridTextColumn();
- city.MappingName = "City";
- city.HeaderText = "City";
-
- this.datagrid.Columns.Add(customerId);
- this.datagrid.Columns.Add(companyName);
- this.datagrid.Columns.Add(contactName);
- this.datagrid.Columns.Add(city);
- }
- }
-
- ///
- /// Create the DataTable
- ///
- /// Data Table
- private DataTable GetDataTable()
- {
- DataTable employeeCollection = new DataTable();
- employeeCollection.Columns.Add("CustomerID", typeof(string));
- employeeCollection.Columns.Add("Company", typeof(string));
- employeeCollection.Columns.Add("ContactName", typeof(string));
- employeeCollection.Columns.Add("City", typeof(string));
- employeeCollection.Rows.Add("ALFKI", "Alferds Futterkiste", "Maria Anders", "Berlin");
- employeeCollection.Rows.Add("ANATR", "Ana Trujilo Emparedados y Hela", "Ana Trujilo", "Mexico D.F.");
- employeeCollection.Rows.Add("ANTON", "Antonio Moreno Taqueria", "Antonio Moreno", "Mexico D.F.");
- employeeCollection.Rows.Add("AROUT", "Around the Horn", "Thomas Hardy", "London");
- employeeCollection.Rows.Add("BERGS", "Berglunds Snabbkop", "Christina Berglund", "Lulea");
- employeeCollection.Rows.Add("BLAUS", "Blauer see Delikatessen", "Hanna Moss", "Mannheim");
- employeeCollection.Rows.Add("BLONP", "Blondel Pere et Fils", "Erederique Citeaux", "Strasbourg");
- employeeCollection.Rows.Add("BOLID", "Bolids Comidas Preparadas", "Martin Sommer", "Madrid");
- employeeCollection.Rows.Add("BONP", "Bon App", "Laurence Lebihan", "Marseille");
- employeeCollection.Rows.Add("BOTTM", "Bottom-Dollar Markets", "Elizabeth Lincoln", "Tsawassen");
- employeeCollection.Rows.Add("BSBEV", "B's Beverages", "Victoria Ashworth", "London");
- employeeCollection.Rows.Add("CACTU", "Cactus Comidas para llevar", "Patricio Simpson", "Bueno Aires");
- employeeCollection.Rows.Add("CENTC", "Centro Comercial Moctezuma", "Francisco Chang", "Mexico D.F.");
- employeeCollection.Rows.Add("CHOPS", "Chop-Suey Chinese", "Yang Wang", "Bern");
- employeeCollection.Rows.Add("COMMI", "Comercio Minerio", "Pedro Afonso", "Sao Paulo");
- employeeCollection.Rows.Add("CONSH", "Consolidated Holdings", "Elizabeth Brown", "London");
- employeeCollection.Rows.Add("DRACD", "Drachenblut Entier", "Sven Ottlieb", "Aachen");
- employeeCollection.Rows.Add("DUMON", "Dumonde Entier", "Janine Labrune", "Nantes");
- employeeCollection.Rows.Add("EASTC", "Eastern Connection", "Ann Devon", "London");
- employeeCollection.Rows.Add("ERNSH", "Ernst Handel", "Roland Mendel", "Graz");
- return employeeCollection;
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/FilteringBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/FilteringBehavior.cs
deleted file mode 100644
index 69a71135..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/FilteringBehavior.cs
+++ /dev/null
@@ -1,183 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class FilteringBehavior : Behavior
- {
-
- private Syncfusion.Maui.DataGrid.SfDataGrid? dataGrid;
- private OrderInfoViewModel? viewModel;
- private Picker? optionsList;
- private Picker? columnsList;
- private SearchBar? filterText;
-
- ///
- /// Triggers while columns selection was changed
- ///
- /// OnColumnsSelectionChanged event sender
- /// OnColumnsSelectionChanged event args
- public void OnColumnsSelectionChanged(object sender, EventArgs e)
- {
- Picker newPicker = (Picker)sender;
- this.viewModel!.SelectedColumn = GetColumnMappingName((string)newPicker.SelectedItem);
- if (this.viewModel.SelectedColumn == "All Columns")
- {
- this.viewModel.SelectedCondition = "Contains";
- this.optionsList!.IsVisible = false;
- this.OnFilterChanged();
- }
- else
- {
- this.optionsList!.IsVisible = true;
- foreach (var prop in typeof(OrderInfo).GetProperties())
- {
- if (prop.Name == this.viewModel.SelectedColumn)
- {
- if (prop.PropertyType == typeof(string))
- {
- this.optionsList.Items.Clear();
- this.optionsList.Items.Add("Contains");
- this.optionsList.Items.Add("Equals");
- this.optionsList.Items.Add("Does Not Equal");
- if (this.viewModel.SelectedCondition == "Equals")
- {
- this.optionsList.SelectedIndex = 1;
- }
- else if (this.viewModel.SelectedCondition == "Does Not Equal")
- {
- this.optionsList.SelectedIndex = 2;
- }
- else
- {
- this.optionsList.SelectedIndex = 0;
- }
- }
- else
- {
- this.optionsList.Items.Clear();
- this.optionsList.Items.Add("Equals");
- this.optionsList.Items.Add("Does Not Equal");
- if (this.viewModel.SelectedCondition == "Equals")
- {
- this.optionsList.SelectedIndex = 0;
- }
- else
- {
- this.optionsList.SelectedIndex = 1;
- }
- }
- }
- }
- }
- }
-
- ///
- /// Triggers while filter options are changed.
- ///
- /// OnFilterOptionsChanged event sender
- /// OnFilterOptionsChanged event args e
- public void OnFilterOptionsChanged(object sender, EventArgs e)
- {
- Picker newPicker = (Picker)sender;
- if (newPicker.SelectedIndex >= 0)
- {
- this.viewModel!.SelectedCondition = GetSelectedCondition(newPicker.Items[newPicker.SelectedIndex]);
- if (this.filterText!.Text != null)
- {
- this.OnFilterChanged();
- }
- }
- }
-
- ///
- /// Triggers while filter text was changed
- ///
- /// OnFilterTextChanged event sender
- /// OnFilterTextChanged event args e
- public void OnFilterTextChanged(object sender, TextChangedEventArgs e)
- {
- if (e.NewTextValue == null)
- {
- this.viewModel!.FilterText = string.Empty;
- }
- else
- {
- this.viewModel!.FilterText = e.NewTextValue;
- }
- }
-
- ///
- /// Refreshes the filter.
- ///
- public void OnFilterChanged()
- {
- if (this.dataGrid!.View != null)
- {
- this.dataGrid.View.Filter = this.viewModel!.FilerRecords;
- this.dataGrid.View.RefreshFilter();
- }
- }
-
- ///
- /// You can override this method to subscribe to AssociatedObject events and initialize properties.
- ///
- /// SampleView type of bindAble
- protected override void OnAttachedTo(SampleView bindAble)
- {
- this.viewModel = new OrderInfoViewModel();
- this.dataGrid = bindAble.FindByName("dataGrid");
- bindAble.BindingContext = this.viewModel;
- this.optionsList = bindAble.FindByName("OptionsList");
- this.columnsList = bindAble.FindByName("ColumnsList");
- this.filterText = bindAble.FindByName("filterText");
-
- this.columnsList.SelectedIndex = 0;
- this.viewModel.Filtertextchanged = this.OnFilterChanged;
- this.filterText.TextChanged += this.OnFilterTextChanged!;
- this.columnsList.SelectedIndexChanged += this.OnColumnsSelectionChanged!;
- this.optionsList.SelectedIndexChanged += this.OnFilterOptionsChanged!;
- base.OnAttachedTo(bindAble);
- }
-
- ///
- /// You can override this method while View was detached from window
- ///
- /// SampleView type of bindAble parameter
- protected override void OnDetachingFrom(SampleView bindAble)
- {
- this.optionsList!.SelectedIndexChanged -= this.OnFilterOptionsChanged!;
- this.columnsList!.SelectedIndexChanged -= this.OnColumnsSelectionChanged!;
- this.filterText!.TextChanged -= this.OnFilterTextChanged!;
- this.dataGrid = null;
- this.optionsList = null;
- this.columnsList = null;
- this.filterText = null;
- base.OnDetachingFrom(bindAble);
- }
-
- private string GetColumnMappingName(string ColumnName)
- {
- return this.dataGrid!.Columns.FirstOrDefault(column => column.HeaderText == ColumnName)?.MappingName ?? ColumnName;
- }
-
- private string GetSelectedCondition(string condition)
- {
- if (condition == "Does Not Equal")
- return "NotEquals";
- return condition;
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/RowHeightBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/RowHeightBehavior.cs
deleted file mode 100644
index 3993478e..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/RowHeightBehavior.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Syncfusion.Maui.DataGrid;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class RowHeightBehavior : Behavior
- {
- Syncfusion.Maui.DataGrid.SfDataGrid? dataGrid;
- protected override void OnAttachedTo(SampleView bindAble)
- {
- this.dataGrid = bindAble.FindByName("dataGrid");
- this.dataGrid.QueryRowHeight += DataGrid_QueryRowHeight;
- base.OnAttachedTo(bindAble);
- }
-
- private void DataGrid_QueryRowHeight(object? sender, DataGridQueryRowHeightEventArgs e)
- {
- if (e.RowIndex > 0)
- {
- e.Height = e.GetIntrinsicRowHeight(e.RowIndex);
- e.Handled = true;
- }
- }
-
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SelectionBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SelectionBehavior.cs
deleted file mode 100644
index c1348199..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SelectionBehavior.cs
+++ /dev/null
@@ -1,68 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class SelectionBehavior : Behavior
- {
- private Picker? selectionPicker;
- private Syncfusion.Maui.DataGrid.SfDataGrid? datagrid;
-
- protected override void OnAttachedTo(SampleView bindable)
- {
- this.datagrid = bindable.FindByName("dataGrid");
- this.selectionPicker = bindable.FindByName("SelectionPicker");
-
- selectionPicker.SelectedIndexChanged += SelectionPicker_SelectedIndexChanged;
- base.OnAttachedTo(bindable);
- }
-
- protected override void OnDetachingFrom(SampleView bindable)
- {
- this.selectionPicker!.SelectedIndexChanged -= SelectionPicker_SelectedIndexChanged;
-
- this.datagrid = null;
- this.selectionPicker = null;
-
- base.OnDetachingFrom(bindable);
- }
-
- private void SelectionPicker_SelectedIndexChanged(object? sender, EventArgs e)
- {
- switch (this.selectionPicker!.SelectedIndex)
- {
- case 0:
- SetSelectionMode(Syncfusion.Maui.DataGrid.DataGridSelectionMode.None);
- break;
- case 1:
- SetSelectionMode(Syncfusion.Maui.DataGrid.DataGridSelectionMode.Single);
- break;
- case 2:
- SetSelectionMode(Syncfusion.Maui.DataGrid.DataGridSelectionMode.SingleDeselect);
- break;
- case 3:
- SetSelectionMode(Syncfusion.Maui.DataGrid.DataGridSelectionMode.Multiple);
- break;
- }
- }
-
- private void SetSelectionMode(Syncfusion.Maui.DataGrid.DataGridSelectionMode selectionMode)
- {
- if (this.datagrid!.SelectionMode != selectionMode)
- {
- this.datagrid.SelectionMode = selectionMode;
- }
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SortingBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SortingBehavior.cs
deleted file mode 100644
index 50d914fd..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/SortingBehavior.cs
+++ /dev/null
@@ -1,128 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class SortingBehavior : Behavior
- {
-
- private Syncfusion.Maui.DataGrid.SfDataGrid? dataGrid;
- private Switch? sortingSwitch;
- private Switch? triSortingSwitch;
- private Switch? multiSortingSwitch;
- private Switch? columnSortingSwitch;
- private Switch? sortNumbersSwitch;
-
- ///
- /// You can override this method to subscribe to AssociatedObject events and initialize properties.
- ///
- /// SampleView type of para named as bindAble
- protected override void OnAttachedTo(SampleView bindAble)
- {
- this.dataGrid = bindAble.FindByName("dataGrid");
- this.sortingSwitch = bindAble.FindByName("sorting");
- this.triSortingSwitch = bindAble.FindByName("triSorting");
- this.multiSortingSwitch = bindAble.FindByName("multiSorting");
- this.columnSortingSwitch = bindAble.FindByName("columnSorting");
- this.sortNumbersSwitch = bindAble.FindByName("showSortNumbers");
-
- this.sortingSwitch.Toggled += this.Sorting_Toggled!;
- this.triSortingSwitch.Toggled += this.TriStateSorting_Toggled!;
- this.multiSortingSwitch.Toggled += this.MultiSorting_Toggled!;
- this.columnSortingSwitch.Toggled += this.ColumnSorting_Toggled!;
- this.sortNumbersSwitch.Toggled += SortNumbers_Toggled;
- base.OnAttachedTo(bindAble);
- }
-
- ///
- /// You can override this method while View was detached from window
- ///
- /// SampleView type of bindAble parameter
- protected override void OnDetachingFrom(SampleView bindAble)
- {
- this.sortingSwitch!.Toggled -= this.Sorting_Toggled!;
- this.triSortingSwitch!.Toggled -= this.TriStateSorting_Toggled!;
- this.multiSortingSwitch!.Toggled -= this.MultiSorting_Toggled!;
- this.columnSortingSwitch!.Toggled -= this.ColumnSorting_Toggled!;
- this.sortNumbersSwitch!.Toggled -= SortNumbers_Toggled;
-
- this.dataGrid = null;
- this.sortingSwitch = null;
- this.triSortingSwitch = null;
- this.multiSortingSwitch = null;
- this.columnSortingSwitch = null;
-
- base.OnDetachingFrom(bindAble);
- }
-
- ///
- /// Triggers while Switch was enabled
- ///
- /// Switch1_Toggled event sender
- /// Switch1_Toggled event args e
- private void Sorting_Toggled(object sender, ToggledEventArgs e)
- {
- if (e.Value)
- {
- this.dataGrid!.SortingMode = Syncfusion.Maui.DataGrid.DataGridSortingMode.Single;
- }
- else
- {
- this.dataGrid!.SortingMode = Syncfusion.Maui.DataGrid.DataGridSortingMode.None;
- }
- }
-
- ///
- /// Triggers while Switch was enabled
- ///
- /// Switch2_Toggled event sender
- /// Switch2_Toggled event args e
- private void TriStateSorting_Toggled(object sender, ToggledEventArgs e)
- {
- this.dataGrid!.AllowTriStateSorting = e.Value;
- }
-
- ///
- /// Triggers while Switch was enabled
- ///
- /// Switch3_Toggled event sender
- /// Switch3_Toggled event args e
- private void MultiSorting_Toggled(object sender, ToggledEventArgs e)
- {
- if (e.Value)
- {
- this.dataGrid!.SortingMode = Syncfusion.Maui.DataGrid.DataGridSortingMode.Multiple;
- }
- else
- {
- this.dataGrid!.SortingMode = Syncfusion.Maui.DataGrid.DataGridSortingMode.Single;
- }
- }
-
- ///
- /// Triggers while Switch was enabled
- ///
- /// Switch4_Toggled event sender
- /// Switch4_Toggled event args e
- private void ColumnSorting_Toggled(object sender, ToggledEventArgs e)
- {
- this.dataGrid!.Columns["ShipCity"]!.AllowSorting = e.Value;
- }
-
- private void SortNumbers_Toggled(object? sender, ToggledEventArgs e)
- {
- this.dataGrid!.ShowSortNumbers = e.Value;
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/StylingBehavior.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/StylingBehavior.cs
deleted file mode 100644
index 5e225b4d..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/Behaviors/StylingBehavior.cs
+++ /dev/null
@@ -1,104 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using SampleBrowser.Maui.Base;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class StylingBehavior : Behavior
- {
- private Picker? visibilityPicker;
- private Picker? headerVisibilityPicker;
- private Syncfusion.Maui.DataGrid.SfDataGrid? datagrid;
-
- protected override void OnAttachedTo(SampleView bindable)
- {
- this.datagrid = bindable.FindByName("dataGrid");
- this.visibilityPicker = bindable.FindByName("VisibilityPicker");
- this.headerVisibilityPicker = bindable.FindByName("HeaderVisibilityPicker");
-
- this.visibilityPicker.SelectedIndexChanged += StylingPicker_SelectedIndexChanged;
- this.headerVisibilityPicker.SelectedIndexChanged += HeaderVisibilityPicker_SelectedIndexChanged; ;
- base.OnAttachedTo(bindable);
- }
-
- protected override void OnDetachingFrom(SampleView bindable)
- {
- this.visibilityPicker!.SelectedIndexChanged -= StylingPicker_SelectedIndexChanged;
- this.headerVisibilityPicker!.SelectedIndexChanged -= HeaderVisibilityPicker_SelectedIndexChanged;
-
- this.datagrid = null;
- this.visibilityPicker = null;
- this.headerVisibilityPicker = null;
-
- base.OnDetachingFrom(bindable);
- }
-
- private void StylingPicker_SelectedIndexChanged(object? sender, EventArgs e)
- {
- switch (this.visibilityPicker!.SelectedIndex)
- {
- case 0:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Horizontal);
- break;
- case 1:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Vertical);
- break;
- case 2:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Both);
- break;
- case 3:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.None);
- break;
- default:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Horizontal);
- break;
- }
- }
-
- private void HeaderVisibilityPicker_SelectedIndexChanged(object? sender, EventArgs e)
- {
- switch (this.headerVisibilityPicker!.SelectedIndex)
- {
- case 0:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Horizontal, true);
- break;
- case 1:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Vertical, true);
- break;
- case 2:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Both, true);
- break;
- case 3:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.None, true);
- break;
- default:
- SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility.Horizontal, true);
- break;
- }
- }
-
- private void SetGriLinesVisibility(Syncfusion.Maui.DataGrid.GridLinesVisibility gridLinesVisibility, bool isHeader = false)
- {
- if (isHeader)
- {
- if (this.datagrid!.HeaderGridLinesVisibility != gridLinesVisibility)
- this.datagrid!.HeaderGridLinesVisibility = gridLinesVisibility;
- }
- else
- {
- if (this.datagrid!.GridLinesVisibility != gridLinesVisibility)
- this.datagrid!.GridLinesVisibility = gridLinesVisibility;
- }
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingConverter.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingConverter.cs
deleted file mode 100644
index 1b13624a..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingConverter.cs
+++ /dev/null
@@ -1,87 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Microsoft.Maui.Controls;
-using Microsoft.Maui.Graphics;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- internal class ConditionalStylingConverter : IValueConverter
- {
- /// The value to convert.
- /// The type to which to convert the value.
- /// A parameter to use during the conversion.
- /// The culture to use during the conversion.
- /// Implement this method to convert to by using and .
- /// To be added.
- public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
- {
- double valueNew = (double)value;
- string? columnName = parameter!.ToString();
- if (columnName!.Equals("QS1"))
- {
- if (valueNew < 6500 && valueNew > 2000)
- {
- return Color.FromArgb("#F4C5BB");
- }
- else
- {
- return Color.FromArgb("#EA552B");
- }
- }
- else if (columnName!.Equals("QS2"))
- {
- if (valueNew < 6500 && valueNew > 2000)
- {
- return Color.FromArgb("#F8DBAF");
- }
- else
- {
- return Color.FromArgb("#F6BD16");
- }
- }
- else if (columnName!.Equals("QS3"))
- {
- if (valueNew < 6500 && valueNew > 2000)
- {
- return Color.FromArgb("#C58FC1");
- }
- else
- {
- return Color.FromArgb("#8B3C97");
- }
- }
- else
- {
- if (valueNew < 6500 && valueNew > 2000)
- {
- return Color.FromArgb("#7BC182");
- }
- else
- {
- return Color.FromArgb("#4CAB4D");
- }
- }
- }
-
- /// The value to convert.
- /// The type to which to convert the value.
- /// A parameter to use during the conversion.
- /// The culture to use during the conversion.
- /// Implement this method to convert back from by using and .
- /// To be added.
- public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingForegroundConverter.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingForegroundConverter.cs
deleted file mode 100644
index 96dd77dc..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/ConditionalStylingForegroundConverter.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- internal class ConditionalStylingForegroundConverter : IValueConverter
- {
- /// The value to convert.
- /// The type to which to convert the value.
- /// A parameter to use during the conversion.
- /// The culture to use during the conversion.
- /// Implement this method to convert to by using and .
- /// To be added.
- public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
- {
- double valueNew = (double)value;
- if (valueNew < 6500 && valueNew > 2000)
- {
- return Colors.Black;
- }
- else
- {
- return Colors.White;
- }
- }
-
- /// The value to convert.
- /// The type to which to convert the value.
- /// A parameter to use during the conversion.
- /// The culture to use during the conversion.
- /// Implement this method to convert back from by using and .
- /// To be added.
- public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
- {
- return value;
- }
- }
-}
diff --git a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/CustomSortComparer.cs b/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/CustomSortComparer.cs
deleted file mode 100644
index 6a725670..00000000
--- a/MAUI/DataGrid/SampleBrowser.Maui.DataGrid/Samples/DataGrid/Helpers/CustomSortComparer.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#region Copyright Syncfusion Inc. 2001-2022.
-// Copyright Syncfusion Inc. 2001-2022. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using Syncfusion.Maui.Data;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using ISortDirection = Syncfusion.Maui.Data.ISortDirection;
-
-namespace SampleBrowser.Maui.DataGrid
-{
- public class CustomSortComparer : IComparer